Class: Aws::OpsWorks::Types::ElasticIp
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::ElasticIp
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Describes an Elastic IP address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain.
-
#instance_id ⇒ String
The ID of the instance that the address is attached to.
-
#ip ⇒ String
The IP address.
-
#name ⇒ String
The name, which can be a maximum of 32 characters.
-
#region ⇒ String
The Amazon Web Services Region.
Instance Attribute Details
#domain ⇒ String
The domain.
3168 3169 3170 3171 3172 3173 3174 3175 3176 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3168 class ElasticIp < Struct.new( :ip, :name, :domain, :region, :instance_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance that the address is attached to.
3168 3169 3170 3171 3172 3173 3174 3175 3176 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3168 class ElasticIp < Struct.new( :ip, :name, :domain, :region, :instance_id) SENSITIVE = [] include Aws::Structure end |
#ip ⇒ String
The IP address.
3168 3169 3170 3171 3172 3173 3174 3175 3176 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3168 class ElasticIp < Struct.new( :ip, :name, :domain, :region, :instance_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name, which can be a maximum of 32 characters.
3168 3169 3170 3171 3172 3173 3174 3175 3176 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3168 class ElasticIp < Struct.new( :ip, :name, :domain, :region, :instance_id) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region. For more information, see [Regions and Endpoints].
3168 3169 3170 3171 3172 3173 3174 3175 3176 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3168 class ElasticIp < Struct.new( :ip, :name, :domain, :region, :instance_id) SENSITIVE = [] include Aws::Structure end |