Class: Aws::OpsWorks::Types::RegisterElasticIpResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RegisterElasticIpResult
- Defined in:
- gems/aws-sdk-opsworks/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.
5133 5134 5135 5136 5137 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5133 class RegisterElasticIpResult < Struct.new( :elastic_ip) SENSITIVE = [] include Aws::Structure end |