Class: Aws::Lightsail::Types::ExportSnapshotRecord

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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the export snapshot record.

Returns:

  • (String)


6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6261

class ExportSnapshotRecord < Struct.new(
  :name,
  :arn,
  :created_at,
  :location,
  :resource_type,
  :state,
  :source_info,
  :destination_info)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date when the export snapshot record was created.

Returns:

  • (Time)


6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6261

class ExportSnapshotRecord < Struct.new(
  :name,
  :arn,
  :created_at,
  :location,
  :resource_type,
  :state,
  :source_info,
  :destination_info)
  SENSITIVE = []
  include Aws::Structure
end

#destination_infoTypes::DestinationInfo

A list of objects describing the destination of the export snapshot record.



6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6261

class ExportSnapshotRecord < Struct.new(
  :name,
  :arn,
  :created_at,
  :location,
  :resource_type,
  :state,
  :source_info,
  :destination_info)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::ResourceLocation

The AWS Region and Availability Zone where the export snapshot record is located.



6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6261

class ExportSnapshotRecord < Struct.new(
  :name,
  :arn,
  :created_at,
  :location,
  :resource_type,
  :state,
  :source_info,
  :destination_info)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The export snapshot record name.

Returns:

  • (String)


6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6261

class ExportSnapshotRecord < Struct.new(
  :name,
  :arn,
  :created_at,
  :location,
  :resource_type,
  :state,
  :source_info,
  :destination_info)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The Lightsail resource type (ExportSnapshotRecord).

Returns:

  • (String)


6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6261

class ExportSnapshotRecord < Struct.new(
  :name,
  :arn,
  :created_at,
  :location,
  :resource_type,
  :state,
  :source_info,
  :destination_info)
  SENSITIVE = []
  include Aws::Structure
end

#source_infoTypes::ExportSnapshotRecordSourceInfo

A list of objects describing the source of the export snapshot record.



6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6261

class ExportSnapshotRecord < Struct.new(
  :name,
  :arn,
  :created_at,
  :location,
  :resource_type,
  :state,
  :source_info,
  :destination_info)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the export snapshot record.

Returns:

  • (String)


6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6261

class ExportSnapshotRecord < Struct.new(
  :name,
  :arn,
  :created_at,
  :location,
  :resource_type,
  :state,
  :source_info,
  :destination_info)
  SENSITIVE = []
  include Aws::Structure
end