Class: Aws::RolesAnywhere::Types::ListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates where the output should continue from, if a previous request did not show all results.
-
#page_size ⇒ Integer
The number of resources in the paginated list.
Instance Attribute Details
#next_token ⇒ String
A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
398 399 400 401 402 403 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 398 class ListRequest < Struct.new( :next_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The number of resources in the paginated list.
398 399 400 401 402 403 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 398 class ListRequest < Struct.new( :next_token, :page_size) SENSITIVE = [] include Aws::Structure end |