Class: Aws::Lightsail::Types::GetAutoSnapshotsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetAutoSnapshotsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_snapshots ⇒ Array<Types::AutoSnapshotDetails>
An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.
-
#resource_name ⇒ String
The name of the source instance or disk for the automatic snapshots.
-
#resource_type ⇒ String
The resource type of the automatic snapshot.
Instance Attribute Details
#auto_snapshots ⇒ Array<Types::AutoSnapshotDetails>
An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.
6493 6494 6495 6496 6497 6498 6499 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6493 class GetAutoSnapshotsResult < Struct.new( :resource_name, :resource_type, :auto_snapshots) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the source instance or disk for the automatic snapshots.
6493 6494 6495 6496 6497 6498 6499 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6493 class GetAutoSnapshotsResult < Struct.new( :resource_name, :resource_type, :auto_snapshots) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type of the automatic snapshot. The possible values are ‘Instance`, and `Disk`.
6493 6494 6495 6496 6497 6498 6499 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6493 class GetAutoSnapshotsResult < Struct.new( :resource_name, :resource_type, :auto_snapshots) SENSITIVE = [] include Aws::Structure end |