Class: Aws::Lightsail::Types::GetDiskSnapshotsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetDiskSnapshotsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#page_token ⇒ String
The token to advance to the next page of results from your request.
Instance Attribute Details
#page_token ⇒ String
The token to advance to the next page of results from your request.
To get a page token, perform an initial ‘GetDiskSnapshots` 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.
7444 7445 7446 7447 7448 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7444 class GetDiskSnapshotsRequest < Struct.new( :page_token) SENSITIVE = [] include Aws::Structure end |