Class: Aws::OpsWorks::Types::DisassociateElasticIpRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DisassociateElasticIpRequest
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Note:
When making an API call, you may pass DisassociateElasticIpRequest data as a hash:
{
elastic_ip: "String", # required
}
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.
3670 3671 3672 3673 3674 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3670 class DisassociateElasticIpRequest < Struct.new( :elastic_ip) SENSITIVE = [] include Aws::Structure end |