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)


6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6311

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)


6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6311

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.



6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6311

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)


6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6311

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)


6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6311

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.



6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6311

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)


6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6311

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 (e.g., InstanceSnapshot or DiskSnapshot).

Returns:

  • (String)


6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6311

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