Class: Aws::OpsWorks::Types::DisassociateElasticIpRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DisassociateElasticIpRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#elastic_ip ⇒ String
The Elastic IP address.
Instance Attribute Details
#elastic_ip ⇒ String
The Elastic IP address.
3046 3047 3048 3049 3050 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3046 class DisassociateElasticIpRequest < Struct.new( :elastic_ip) SENSITIVE = [] include Aws::Structure end |