Class: Aws::PcaConnectorAd::Types::ListDirectoryRegistrationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::ListDirectoryRegistrationsRequest
- Defined in:
- gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Use this parameter when paginating results to specify the maximum number of items to return in the response on each page.
-
#next_token ⇒ String
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results.
Instance Attribute Details
#max_results ⇒ Integer
Use this parameter when paginating results to specify the maximum
number of items to return in the response on each page. If
additional items exist beyond the number you specify, the
NextToken element is sent in the response. Use this NextToken
value in a subsequent request to retrieve additional items.
1424 1425 1426 1427 1428 1429 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1424 class ListDirectoryRegistrationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Use this parameter when paginating results in a subsequent request
after you receive a response with truncated results. Set it to the
value of the NextToken parameter from the response you just
received.
1424 1425 1426 1427 1428 1429 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1424 class ListDirectoryRegistrationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |