Class: Aws::PcaConnectorAd::Types::ListTemplateGroupAccessControlEntriesRequest

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

#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)


1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1557

class ListTemplateGroupAccessControlEntriesRequest < Struct.new(
  :max_results,
  :next_token,
  :template_arn)
  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)


1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1557

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

#template_arnString

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

Returns:

  • (String)


1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1557

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