Class: Aws::OpsWorks::Types::ElasticIp
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::ElasticIp
- Defined in:
- gems/aws-sdk-opsworks/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.
-
#region ⇒ String
The AWS region.
Instance Attribute Details
#domain ⇒ String
The domain.
3803 3804 3805 3806 3807 3808 3809 3810 3811 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3803 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.
3803 3804 3805 3806 3807 3808 3809 3810 3811 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3803 class ElasticIp < Struct.new( :ip, :name, :domain, :region, :instance_id) SENSITIVE = [] include Aws::Structure end |
#ip ⇒ String
The IP address.
3803 3804 3805 3806 3807 3808 3809 3810 3811 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3803 class ElasticIp < Struct.new( :ip, :name, :domain, :region, :instance_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name.
3803 3804 3805 3806 3807 3808 3809 3810 3811 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3803 class ElasticIp < Struct.new( :ip, :name, :domain, :region, :instance_id) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The AWS region. For more information, see Regions and Endpoints.
3803 3804 3805 3806 3807 3808 3809 3810 3811 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3803 class ElasticIp < Struct.new( :ip, :name, :domain, :region, :instance_id) SENSITIVE = [] include Aws::Structure end |