Class: Aws::SSOAdmin::Types::DescribePermissionSetProvisioningStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DescribePermissionSetProvisioningStatusRequest
- 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.
-
#provision_permission_set_request_id ⇒ String
The identifier that is provided by the ProvisionPermissionSet call to retrieve the current status of the provisioning workflow.
Instance Attribute Details
#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*.
1623 1624 1625 1626 1627 1628 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1623 class DescribePermissionSetProvisioningStatusRequest < Struct.new( :instance_arn, :provision_permission_set_request_id) SENSITIVE = [] include Aws::Structure end |
#provision_permission_set_request_id ⇒ String
The identifier that is provided by the ProvisionPermissionSet call to retrieve the current status of the provisioning workflow.
1623 1624 1625 1626 1627 1628 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1623 class DescribePermissionSetProvisioningStatusRequest < Struct.new( :instance_arn, :provision_permission_set_request_id) SENSITIVE = [] include Aws::Structure end |