Class: Aws::Lightsail::Types::GetKeyPairsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetKeyPairsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_default_key_pair ⇒ Boolean
A Boolean value that indicates whether to include the default key pair in the response of your request.
-
#page_token ⇒ String
The token to advance to the next page of results from your request.
Instance Attribute Details
#include_default_key_pair ⇒ Boolean
A Boolean value that indicates whether to include the default key pair in the response of your request.
8362 8363 8364 8365 8366 8367 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8362 class GetKeyPairsRequest < Struct.new( :page_token, :include_default_key_pair) SENSITIVE = [] include Aws::Structure end |
#page_token ⇒ String
The token to advance to the next page of results from your request.
To get a page token, perform an initial ‘GetKeyPairs` 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.
8362 8363 8364 8365 8366 8367 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8362 class GetKeyPairsRequest < Struct.new( :page_token, :include_default_key_pair) SENSITIVE = [] include Aws::Structure end |