class Aws::ElasticBeanstalk::Types::AssociateEnvironmentOperationsRoleMessage

Request to add or change the operations role used by an environment.

@note When making an API call, you may pass AssociateEnvironmentOperationsRoleMessage

data as a hash:

    {
      environment_name: "EnvironmentName", # required
      operations_role: "OperationsRole", # required
    }

@!attribute [rw] environment_name

The name of the environment to which to set the operations role.
@return [String]

@!attribute [rw] operations_role

The Amazon Resource Name (ARN) of an existing IAM role to be used as
the environment's operations role.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRoleMessage AWS API Documentation

Constants

SENSITIVE