Class: Aws::Lightsail::Types::GetInstanceSnapshotRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_snapshot_nameString

The name of the snapshot for which you are requesting information.

Returns:

  • (String)


8195
8196
8197
8198
8199
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8195

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