Class: Aws::OpsWorks::Types::DeregisterElasticIpRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DeregisterElasticIpRequest
- 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.
2201 2202 2203 2204 2205 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2201 class DeregisterElasticIpRequest < Struct.new( :elastic_ip) SENSITIVE = [] include Aws::Structure end |