Class: Aws::Lightsail::Types::GetExportSnapshotRecordsRequest

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

{
  page_token: "string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#page_tokenString

A token used for advancing to a specific page of results for your ‘get export snapshot records` request.

Returns:

  • (String)


3187
3188
3189
3190
# File 'lib/aws-sdk-lightsail/types.rb', line 3187

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