Class: Aws::Lightsail::Types::ExportSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ExportSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_snapshot_name ⇒ String
The name of the instance or disk snapshot to be exported to Amazon EC2.
Instance Attribute Details
#source_snapshot_name ⇒ String
The name of the instance or disk snapshot to be exported to Amazon EC2.
6349 6350 6351 6352 6353 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6349 class ExportSnapshotRequest < Struct.new( :source_snapshot_name) SENSITIVE = [] include Aws::Structure end |