Class: Aws::Lightsail::Types::AutoSnapshotDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::AutoSnapshotDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes an automatic snapshot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the automatic snapshot was created.
-
#date ⇒ String
The date of the automatic snapshot in ‘YYYY-MM-DD` format.
-
#from_attached_disks ⇒ Array<Types::AttachedDisk>
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.
-
#status ⇒ String
The status of the automatic snapshot.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the automatic snapshot was created.
931 932 933 934 935 936 937 938 |
# File 'lib/aws-sdk-lightsail/types.rb', line 931 class AutoSnapshotDetails < Struct.new( :date, :created_at, :status, :from_attached_disks) SENSITIVE = [] include Aws::Structure end |
#date ⇒ String
The date of the automatic snapshot in ‘YYYY-MM-DD` format.
931 932 933 934 935 936 937 938 |
# File '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_disks ⇒ Array<Types::AttachedDisk>
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.
931 932 933 934 935 936 937 938 |
# File 'lib/aws-sdk-lightsail/types.rb', line 931 class AutoSnapshotDetails < Struct.new( :date, :created_at, :status, :from_attached_disks) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the automatic snapshot.
931 932 933 934 935 936 937 938 |
# File 'lib/aws-sdk-lightsail/types.rb', line 931 class AutoSnapshotDetails < Struct.new( :date, :created_at, :status, :from_attached_disks) SENSITIVE = [] include Aws::Structure end |