Class: Aws::OpsWorks::Types::ElasticIp

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domainString

The domain.

Returns:

  • (String)


3156
3157
3158
3159
3160
3161
3162
3163
3164
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3156

class ElasticIp < Struct.new(
  :ip,
  :name,
  :domain,
  :region,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The ID of the instance that the address is attached to.

Returns:

  • (String)


3156
3157
3158
3159
3160
3161
3162
3163
3164
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3156

class ElasticIp < Struct.new(
  :ip,
  :name,
  :domain,
  :region,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#ipString

The IP address.

Returns:

  • (String)


3156
3157
3158
3159
3160
3161
3162
3163
3164
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3156

class ElasticIp < Struct.new(
  :ip,
  :name,
  :domain,
  :region,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name.

Returns:

  • (String)


3156
3157
3158
3159
3160
3161
3162
3163
3164
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3156

class ElasticIp < Struct.new(
  :ip,
  :name,
  :domain,
  :region,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The AWS region. For more information, see Regions and Endpoints.

Returns:

  • (String)


3156
3157
3158
3159
3160
3161
3162
3163
3164
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3156

class ElasticIp < Struct.new(
  :ip,
  :name,
  :domain,
  :region,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end