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)


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_atTime

The date when the export snapshot record was created.

Returns:

  • (Time)


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

#locationTypes::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

#nameString

The export snapshot record name.

Returns:

  • (String)


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_typeString

The Lightsail resource type (ExportSnapshotRecord).

Returns:

  • (String)


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

#stateString

The state of the export snapshot record.

Returns:

  • (String)


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