Class: Aws::PcaConnectorAd::Types::ListDirectoryRegistrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::ListDirectoryRegistrationsResponse
- Defined in:
- gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_registrations ⇒ Array<Types::DirectoryRegistrationSummary>
Summary information about each directory registration you have created.
-
#next_token ⇒ String
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results.
Instance Attribute Details
#directory_registrations ⇒ Array<Types::DirectoryRegistrationSummary>
Summary information about each directory registration you have created.
1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1444 class ListDirectoryRegistrationsResponse < Struct.new( :directory_registrations, :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.
1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1444 class ListDirectoryRegistrationsResponse < Struct.new( :directory_registrations, :next_token) SENSITIVE = [] include Aws::Structure end |