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

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

Overview

Note:

When making an API call, you may pass GetInstanceSnapshotRequest data as a hash:

{
  instance_snapshot_name: "ResourceName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#instance_snapshot_nameString

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

Returns:

  • (String)


3388
3389
3390
3391
# File 'lib/aws-sdk-lightsail/types.rb', line 3388

class GetInstanceSnapshotRequest < Struct.new(
  :instance_snapshot_name)
  include Aws::Structure
end