Class: Aws::Lightsail::Types::StaticIp

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Describes a static IP.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the static IP (arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE).

Returns:

  • (String)


14011
14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14011

class StaticIp < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :ip_address,
  :attached_to,
  :is_attached)
  SENSITIVE = []
  include Aws::Structure
end

#attached_toString

The instance where the static IP is attached (Amazon_Linux-1GB-Ohio-1).

Returns:

  • (String)


14011
14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14011

class StaticIp < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :ip_address,
  :attached_to,
  :is_attached)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the static IP was created (1479735304.222).

Returns:

  • (Time)


14011
14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14011

class StaticIp < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :ip_address,
  :attached_to,
  :is_attached)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

The static IP address.

Returns:

  • (String)


14011
14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14011

class StaticIp < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :ip_address,
  :attached_to,
  :is_attached)
  SENSITIVE = []
  include Aws::Structure
end

#is_attachedBoolean

A Boolean value indicating whether the static IP is attached.

Returns:

  • (Boolean)


14011
14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14011

class StaticIp < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :ip_address,
  :attached_to,
  :is_attached)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::ResourceLocation

The region and Availability Zone where the static IP was created.



14011
14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14011

class StaticIp < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :ip_address,
  :attached_to,
  :is_attached)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the static IP (StaticIP-Ohio-EXAMPLE).

Returns:

  • (String)


14011
14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14011

class StaticIp < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :ip_address,
  :attached_to,
  :is_attached)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type (usually StaticIp).

Returns:

  • (String)


14011
14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14011

class StaticIp < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :ip_address,
  :attached_to,
  :is_attached)
  SENSITIVE = []
  include Aws::Structure
end

#support_codeString

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

Returns:

  • (String)


14011
14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14011

class StaticIp < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :ip_address,
  :attached_to,
  :is_attached)
  SENSITIVE = []
  include Aws::Structure
end