Class: Aws::Lightsail::Types::ExportSnapshotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_snapshot_nameString

The name of the instance or disk snapshot to be exported to Amazon EC2.

Returns:

  • (String)


6332
6333
6334
6335
6336
# File 'lib/aws-sdk-lightsail/types.rb', line 6332

class ExportSnapshotRequest < Struct.new(
  :source_snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end