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)


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_idString

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

Returns:

  • (String)


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

#ipString

The IP address.

Returns:

  • (String)


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

#nameString

The name, which can be a maximum of 32 characters.

Returns:

  • (String)


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

#regionString

The Amazon Web Services Region. For more information, see [Regions and Endpoints].

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

Returns:

  • (String)


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