Class: Aws::Lightsail::Types::SetupHistoryResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::SetupHistoryResource
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lightsail resource.
-
#created_at ⇒ Time
The timestamp for when the resource was created.
-
#location ⇒ Types::ResourceLocation
Describes the resource location.
-
#name ⇒ String
The name of the Lightsail resource.
-
#resource_type ⇒ String
The Lightsail resource type.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lightsail resource.
14009 14010 14011 14012 14013 14014 14015 14016 14017 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14009 class SetupHistoryResource < Struct.new( :name, :arn, :created_at, :location, :resource_type) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp for when the resource was created.
14009 14010 14011 14012 14013 14014 14015 14016 14017 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14009 class SetupHistoryResource < Struct.new( :name, :arn, :created_at, :location, :resource_type) SENSITIVE = [] include Aws::Structure end |
#location ⇒ Types::ResourceLocation
Describes the resource location.
14009 14010 14011 14012 14013 14014 14015 14016 14017 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14009 class SetupHistoryResource < Struct.new( :name, :arn, :created_at, :location, :resource_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Lightsail resource.
14009 14010 14011 14012 14013 14014 14015 14016 14017 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14009 class SetupHistoryResource < Struct.new( :name, :arn, :created_at, :location, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The Lightsail resource type. For example, ‘Instance`.
14009 14010 14011 14012 14013 14014 14015 14016 14017 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14009 class SetupHistoryResource < Struct.new( :name, :arn, :created_at, :location, :resource_type) SENSITIVE = [] include Aws::Structure end |