You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::DisassociateEnvironmentOperationsRoleMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DisassociateEnvironmentOperationsRoleMessage
- Defined in:
- (unknown)
Overview
Note:
When passing DisassociateEnvironmentOperationsRoleMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
environment_name: "EnvironmentName", # required
}
Request to disassociate the operations role from an environment.
Instance Attribute Summary collapse
-
#environment_name ⇒ String
The name of the environment from which to disassociate the operations role.
Instance Attribute Details
#environment_name ⇒ String
The name of the environment from which to disassociate the operations role.