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

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

#page_tokenString

The token to advance to the next page of results from your request.

To get a page token, perform an initial ‘GetExportSnapshotRecords` request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

Returns:

  • (String)


7857
7858
7859
7860
7861
# File 'lib/aws-sdk-lightsail/types.rb', line 7857

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