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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 '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 '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 '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].

[1]: docs.aws.amazon.com/general/latest/gr/rande.html

Returns:

  • (String)


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

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