Class: Aws::SSOAdmin::Types::ListCustomerManagedPolicyReferencesInPermissionSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListCustomerManagedPolicyReferencesInPermissionSetRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed.
-
#max_results ⇒ Integer
The maximum number of results to display for the list call.
-
#next_token ⇒ String
The pagination token for the list API.
-
#permission_set_arn ⇒ String
The ARN of the ‘PermissionSet`.
Instance Attribute Details
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed.
2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2924 class ListCustomerManagedPolicyReferencesInPermissionSetRequest < Struct.new( :instance_arn, :max_results, :next_token, :permission_set_arn) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to display for the list call.
2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2924 class ListCustomerManagedPolicyReferencesInPermissionSetRequest < Struct.new( :instance_arn, :max_results, :next_token, :permission_set_arn) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2924 class ListCustomerManagedPolicyReferencesInPermissionSetRequest < Struct.new( :instance_arn, :max_results, :next_token, :permission_set_arn) SENSITIVE = [] include Aws::Structure end |
#permission_set_arn ⇒ String
The ARN of the ‘PermissionSet`.
2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2924 class ListCustomerManagedPolicyReferencesInPermissionSetRequest < Struct.new( :instance_arn, :max_results, :next_token, :permission_set_arn) SENSITIVE = [] include Aws::Structure end |