Class: Aws::Lightsail::Types::GetInstanceSnapshotsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetInstanceSnapshotsRequest
- Defined in:
- gems/aws-sdk-lightsail/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 GetInstanceSnapshots
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.
8224 8225 8226 8227 8228 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8224 class GetInstanceSnapshotsRequest < Struct.new( :page_token) SENSITIVE = [] include Aws::Structure end |