Class: Aws::ElasticBeanstalk::Types::AssociateEnvironmentOperationsRoleMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::AssociateEnvironmentOperationsRoleMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Request to add or change the operations role used by an environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_name ⇒ String
The name of the environment to which to set the operations role.
-
#operations_role ⇒ String
The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment’s operations role.
Instance Attribute Details
#environment_name ⇒ String
The name of the environment to which to set the operations role.
410 411 412 413 414 415 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 410 class AssociateEnvironmentOperationsRoleMessage < Struct.new( :environment_name, :operations_role) SENSITIVE = [] include Aws::Structure end |
#operations_role ⇒ String
The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment’s operations role.
410 411 412 413 414 415 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 410 class AssociateEnvironmentOperationsRoleMessage < Struct.new( :environment_name, :operations_role) SENSITIVE = [] include Aws::Structure end |