Class: Aws::ElasticBeanstalk::Types::AssociateEnvironmentOperationsRoleMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/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

Instance Attribute Details

#environment_nameString

The name of the environment to which to set the operations role.

Returns:

  • (String)


410
411
412
413
414
415
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 410

class AssociateEnvironmentOperationsRoleMessage < Struct.new(
  :environment_name,
  :operations_role)
  SENSITIVE = []
  include Aws::Structure
end

#operations_roleString

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

Returns:

  • (String)


410
411
412
413
414
415
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 410

class AssociateEnvironmentOperationsRoleMessage < Struct.new(
  :environment_name,
  :operations_role)
  SENSITIVE = []
  include Aws::Structure
end