Class: Aws::Lightsail::Types::ExportSnapshotRecordSourceInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the source instance or disk snapshot.

Returns:

  • (String)


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_atTime

The date when the source instance or disk snapshot was created.

Returns:

  • (Time)


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_infoTypes::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_arnString

The Amazon Resource Name (ARN) of the snapshot's source instance or disk.

Returns:

  • (String)


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_nameString

The name of the snapshot's source instance or disk.

Returns:

  • (String)


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_infoTypes::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

#nameString

The name of the source instance or disk snapshot.

Returns:

  • (String)


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_typeString

The Lightsail resource type (InstanceSnapshot or DiskSnapshot).

Returns:

  • (String)


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