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

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


13845
13846
13847
13848
13849
13850
13851
13852
13853
# File 'lib/aws-sdk-lightsail/types.rb', line 13845

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)


13845
13846
13847
13848
13849
13850
13851
13852
13853
# File 'lib/aws-sdk-lightsail/types.rb', line 13845

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

#locationTypes::ResourceLocation

Describes the resource location.



13845
13846
13847
13848
13849
13850
13851
13852
13853
# File 'lib/aws-sdk-lightsail/types.rb', line 13845

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)


13845
13846
13847
13848
13849
13850
13851
13852
13853
# File 'lib/aws-sdk-lightsail/types.rb', line 13845

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)


13845
13846
13847
13848
13849
13850
13851
13852
13853
# File 'lib/aws-sdk-lightsail/types.rb', line 13845

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