Class: Aws::OpsWorks::Types::DisassociateElasticIpRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_ipString

The Elastic IP address.

Returns:

  • (String)


3034
3035
3036
3037
3038
# File 'lib/aws-sdk-opsworks/types.rb', line 3034

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