Class: Aws::Lightsail::Types::ExportSnapshotRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ExportSnapshotRecord
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Describes an export snapshot record.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the export snapshot record.
-
#created_at ⇒ Time
The date when the export snapshot record was created.
-
#destination_info ⇒ Types::DestinationInfo
A list of objects describing the destination of the export snapshot record.
-
#location ⇒ Types::ResourceLocation
The AWS Region and Availability Zone where the export snapshot record is located.
-
#name ⇒ String
The export snapshot record name.
-
#resource_type ⇒ String
The Lightsail resource type (
ExportSnapshotRecord
). -
#source_info ⇒ Types::ExportSnapshotRecordSourceInfo
A list of objects describing the source of the export snapshot record.
-
#state ⇒ String
The state of the export snapshot record.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the export snapshot record.
6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6279 class ExportSnapshotRecord < Struct.new( :name, :arn, :created_at, :location, :resource_type, :state, :source_info, :destination_info) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date when the export snapshot record was created.
6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6279 class ExportSnapshotRecord < Struct.new( :name, :arn, :created_at, :location, :resource_type, :state, :source_info, :destination_info) SENSITIVE = [] include Aws::Structure end |
#destination_info ⇒ Types::DestinationInfo
A list of objects describing the destination of the export snapshot record.
6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6279 class ExportSnapshotRecord < Struct.new( :name, :arn, :created_at, :location, :resource_type, :state, :source_info, :destination_info) SENSITIVE = [] include Aws::Structure end |
#location ⇒ Types::ResourceLocation
The AWS Region and Availability Zone where the export snapshot record is located.
6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6279 class ExportSnapshotRecord < Struct.new( :name, :arn, :created_at, :location, :resource_type, :state, :source_info, :destination_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The export snapshot record name.
6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6279 class ExportSnapshotRecord < Struct.new( :name, :arn, :created_at, :location, :resource_type, :state, :source_info, :destination_info) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The Lightsail resource type (ExportSnapshotRecord
).
6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6279 class ExportSnapshotRecord < Struct.new( :name, :arn, :created_at, :location, :resource_type, :state, :source_info, :destination_info) SENSITIVE = [] include Aws::Structure end |
#source_info ⇒ Types::ExportSnapshotRecordSourceInfo
A list of objects describing the source of the export snapshot record.
6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6279 class ExportSnapshotRecord < Struct.new( :name, :arn, :created_at, :location, :resource_type, :state, :source_info, :destination_info) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the export snapshot record.
6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6279 class ExportSnapshotRecord < Struct.new( :name, :arn, :created_at, :location, :resource_type, :state, :source_info, :destination_info) SENSITIVE = [] include Aws::Structure end |