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
show all
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

Instance Attribute Details

#environment_nameString

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

Returns:

  • (String)

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