Class: Aws::Lightsail::Types::GetAutoSnapshotsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetAutoSnapshotsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_name ⇒ String
The name of the source instance or disk from which to get automatic snapshot information.
Instance Attribute Details
#resource_name ⇒ String
The name of the source instance or disk from which to get automatic snapshot information.
6471 6472 6473 6474 6475 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6471 class GetAutoSnapshotsRequest < Struct.new( :resource_name) SENSITIVE = [] include Aws::Structure end |