Class: Aws::SSOAdmin::Types::PermissionSetProvisioningStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::PermissionSetProvisioningStatus
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
A structure that is used to provide the status of the provisioning operation for a specified permission set.
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.
-
#created_date ⇒ Time
The date that the permission set was created.
-
#failure_reason ⇒ String
The message that contains an error or exception in case of an operation failure.
-
#permission_set_arn ⇒ String
The ARN of the permission set that is being provisioned.
-
#request_id ⇒ String
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
-
#status ⇒ String
The status of the permission set provisioning process.
Instance Attribute Details
#account_id ⇒ String
The identifier of the Amazon Web Services account from which to list the assignments.
3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3751 class PermissionSetProvisioningStatus < Struct.new( :status, :request_id, :account_id, :permission_set_arn, :failure_reason, :created_date) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
The date that the permission set was created.
3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3751 class PermissionSetProvisioningStatus < Struct.new( :status, :request_id, :account_id, :permission_set_arn, :failure_reason, :created_date) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The message that contains an error or exception in case of an operation failure.
3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3751 class PermissionSetProvisioningStatus < Struct.new( :status, :request_id, :account_id, :permission_set_arn, :failure_reason, :created_date) SENSITIVE = [] include Aws::Structure end |
#permission_set_arn ⇒ String
The ARN of the permission set that is being provisioned. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3751 class PermissionSetProvisioningStatus < Struct.new( :status, :request_id, :account_id, :permission_set_arn, :failure_reason, :created_date) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3751 class PermissionSetProvisioningStatus < Struct.new( :status, :request_id, :account_id, :permission_set_arn, :failure_reason, :created_date) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the permission set provisioning process.
3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3751 class PermissionSetProvisioningStatus < Struct.new( :status, :request_id, :account_id, :permission_set_arn, :failure_reason, :created_date) SENSITIVE = [] include Aws::Structure end |