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

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

#instance_snapshot_nameString

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

Returns:

  • (String)


8177
8178
8179
8180
8181
# File 'lib/aws-sdk-lightsail/types.rb', line 8177

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