Class: Aws::SSOAdmin::Types::ListPermissionSetsProvisionedToAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListPermissionSetsProvisionedToAccountRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The identifier of the Amazon Web Services account from which to list the assignments.
-
#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 assignment.
-
#next_token ⇒ String
The pagination token for the list API.
-
#provisioning_status ⇒ String
The status object for the permission set provisioning operation.
Instance Attribute Details
#account_id ⇒ String
The identifier of the Amazon Web Services account from which to list the assignments.
3117 3118 3119 3120 3121 3122 3123 3124 3125 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3117 class ListPermissionSetsProvisionedToAccountRequest < Struct.new( :account_id, :instance_arn, :max_results, :next_token, :provisioning_status) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*.
3117 3118 3119 3120 3121 3122 3123 3124 3125 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3117 class ListPermissionSetsProvisionedToAccountRequest < Struct.new( :account_id, :instance_arn, :max_results, :next_token, :provisioning_status) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to display for the assignment.
3117 3118 3119 3120 3121 3122 3123 3124 3125 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3117 class ListPermissionSetsProvisionedToAccountRequest < Struct.new( :account_id, :instance_arn, :max_results, :next_token, :provisioning_status) 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.
3117 3118 3119 3120 3121 3122 3123 3124 3125 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3117 class ListPermissionSetsProvisionedToAccountRequest < Struct.new( :account_id, :instance_arn, :max_results, :next_token, :provisioning_status) SENSITIVE = [] include Aws::Structure end |
#provisioning_status ⇒ String
The status object for the permission set provisioning operation.
3117 3118 3119 3120 3121 3122 3123 3124 3125 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3117 class ListPermissionSetsProvisionedToAccountRequest < Struct.new( :account_id, :instance_arn, :max_results, :next_token, :provisioning_status) SENSITIVE = [] include Aws::Structure end |