Class: Aws::Lightsail::Types::GetInstanceSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetInstanceSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_snapshot_name ⇒ String
The name of the snapshot for which you are requesting information.
Instance Attribute Details
#instance_snapshot_name ⇒ String
The name of the snapshot for which you are requesting information.
8194 8195 8196 8197 8198 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8194 class GetInstanceSnapshotRequest < Struct.new( :instance_snapshot_name) SENSITIVE = [] include Aws::Structure end |