Class: Aws::Lightsail::Types::GetInstanceSnapshotsRequest

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 GetInstanceSnapshotsRequest data as a hash:

{
  page_token: "string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#page_tokenString

A token used for advancing to the next page of results from your get instance snapshots request.

Returns:

  • (String)


3419
3420
3421
3422
# File 'lib/aws-sdk-lightsail/types.rb', line 3419

class GetInstanceSnapshotsRequest < Struct.new(
  :page_token)
  include Aws::Structure
end