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.
6585 6586 6587 6588 6589 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6585 class GetAutoSnapshotsRequest < Struct.new( :resource_name) SENSITIVE = [] include Aws::Structure end |