Class: Aws::Lightsail::Types::ExportSnapshotRecordSourceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ExportSnapshotRecordSourceInfo
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Describes the source of an export snapshot record.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the source instance or disk snapshot.
-
#created_at ⇒ Time
The date when the source instance or disk snapshot was created.
-
#disk_snapshot_info ⇒ Types::DiskSnapshotInfo
A list of objects describing a disk snapshot.
-
#from_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the snapshot's source instance or disk.
-
#from_resource_name ⇒ String
The name of the snapshot's source instance or disk.
-
#instance_snapshot_info ⇒ Types::InstanceSnapshotInfo
A list of objects describing an instance snapshot.
-
#name ⇒ String
The name of the source instance or disk snapshot.
-
#resource_type ⇒ String
The Lightsail resource type (
InstanceSnapshot
orDiskSnapshot
).
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the source instance or disk snapshot.
6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6330 class ExportSnapshotRecordSourceInfo < Struct.new( :resource_type, :created_at, :name, :arn, :from_resource_name, :from_resource_arn, :instance_snapshot_info, :disk_snapshot_info) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date when the source instance or disk snapshot was created.
6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6330 class ExportSnapshotRecordSourceInfo < Struct.new( :resource_type, :created_at, :name, :arn, :from_resource_name, :from_resource_arn, :instance_snapshot_info, :disk_snapshot_info) SENSITIVE = [] include Aws::Structure end |
#disk_snapshot_info ⇒ Types::DiskSnapshotInfo
A list of objects describing a disk snapshot.
6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6330 class ExportSnapshotRecordSourceInfo < Struct.new( :resource_type, :created_at, :name, :arn, :from_resource_name, :from_resource_arn, :instance_snapshot_info, :disk_snapshot_info) SENSITIVE = [] include Aws::Structure end |
#from_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the snapshot's source instance or disk.
6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6330 class ExportSnapshotRecordSourceInfo < Struct.new( :resource_type, :created_at, :name, :arn, :from_resource_name, :from_resource_arn, :instance_snapshot_info, :disk_snapshot_info) SENSITIVE = [] include Aws::Structure end |
#from_resource_name ⇒ String
The name of the snapshot's source instance or disk.
6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6330 class ExportSnapshotRecordSourceInfo < Struct.new( :resource_type, :created_at, :name, :arn, :from_resource_name, :from_resource_arn, :instance_snapshot_info, :disk_snapshot_info) SENSITIVE = [] include Aws::Structure end |
#instance_snapshot_info ⇒ Types::InstanceSnapshotInfo
A list of objects describing an instance snapshot.
6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6330 class ExportSnapshotRecordSourceInfo < Struct.new( :resource_type, :created_at, :name, :arn, :from_resource_name, :from_resource_arn, :instance_snapshot_info, :disk_snapshot_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the source instance or disk snapshot.
6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6330 class ExportSnapshotRecordSourceInfo < Struct.new( :resource_type, :created_at, :name, :arn, :from_resource_name, :from_resource_arn, :instance_snapshot_info, :disk_snapshot_info) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The Lightsail resource type (InstanceSnapshot
or DiskSnapshot
).
6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6330 class ExportSnapshotRecordSourceInfo < Struct.new( :resource_type, :created_at, :name, :arn, :from_resource_name, :from_resource_arn, :instance_snapshot_info, :disk_snapshot_info) SENSITIVE = [] include Aws::Structure end |