Class: Aws::ElasticBeanstalk::Types::DisassociateEnvironmentOperationsRoleMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Request to disassociate the operations role from an environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_nameString

The name of the environment from which to disassociate the operations role.

Returns:

  • (String)


2147
2148
2149
2150
2151
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2147

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