Class: Aws::PcaConnectorAd::Types::ListDirectoryRegistrationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_registrationsArray<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_tokenString

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.

Returns:

  • (String)


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