Class: Aws::Lightsail::Types::AutoSnapshotDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Describes an automatic snapshot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the automatic snapshot was created.

Returns:

  • (Time)


931
932
933
934
935
936
937
938
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 931

class AutoSnapshotDetails < Struct.new(
  :date,
  :created_at,
  :status,
  :from_attached_disks)
  SENSITIVE = []
  include Aws::Structure
end

#dateString

The date of the automatic snapshot in YYYY-MM-DD format.

Returns:

  • (String)


931
932
933
934
935
936
937
938
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 931

class AutoSnapshotDetails < Struct.new(
  :date,
  :created_at,
  :status,
  :from_attached_disks)
  SENSITIVE = []
  include Aws::Structure
end

#from_attached_disksArray<Types::AttachedDisk>

An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.

Returns:



931
932
933
934
935
936
937
938
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 931

class AutoSnapshotDetails < Struct.new(
  :date,
  :created_at,
  :status,
  :from_attached_disks)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the automatic snapshot.

Returns:

  • (String)


931
932
933
934
935
936
937
938
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 931

class AutoSnapshotDetails < Struct.new(
  :date,
  :created_at,
  :status,
  :from_attached_disks)
  SENSITIVE = []
  include Aws::Structure
end