Class: Aws::OpsWorks::Types::RegisterElasticIpResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RegisterElasticIpResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘RegisterElasticIp` request.
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.
4416 4417 4418 4419 4420 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4416 class RegisterElasticIpResult < Struct.new( :elastic_ip) SENSITIVE = [] include Aws::Structure end |