Class: Aws::PcaConnectorAd::Types::ListServicePrincipalNamesRequest

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_registration_arnString

The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.

Returns:

  • (String)


1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1477

class ListServicePrincipalNamesRequest < Struct.new(
  :directory_registration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1477

class ListServicePrincipalNamesRequest < Struct.new(
  :directory_registration_arn,
  :max_results,
  :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)


1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1477

class ListServicePrincipalNamesRequest < Struct.new(
  :directory_registration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end