Class: Aws::Lightsail::Types::SetupHistoryResource

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

Overview

The Lightsail resource that SetupHistory was ran on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Lightsail resource.

Returns:

  • (String)


13813
13814
13815
13816
13817
13818
13819
13820
13821
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13813

class SetupHistoryResource < Struct.new(
  :name,
  :arn,
  :created_at,
  :location,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp for when the resource was created.

Returns:

  • (Time)


13813
13814
13815
13816
13817
13818
13819
13820
13821
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13813

class SetupHistoryResource < Struct.new(
  :name,
  :arn,
  :created_at,
  :location,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::ResourceLocation

Describes the resource location.



13813
13814
13815
13816
13817
13818
13819
13820
13821
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13813

class SetupHistoryResource < Struct.new(
  :name,
  :arn,
  :created_at,
  :location,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Lightsail resource.

Returns:

  • (String)


13813
13814
13815
13816
13817
13818
13819
13820
13821
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13813

class SetupHistoryResource < Struct.new(
  :name,
  :arn,
  :created_at,
  :location,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The Lightsail resource type. For example, Instance.

Returns:

  • (String)


13813
13814
13815
13816
13817
13818
13819
13820
13821
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13813

class SetupHistoryResource < Struct.new(
  :name,
  :arn,
  :created_at,
  :location,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end