Class: Aws::SSOAdmin::Types::DescribeAccountAssignmentCreationStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DescribeAccountAssignmentCreationStatusRequest
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_assignment_creation_request_id ⇒ String
The identifier that is used to track the request operation progress.
-
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed.
Instance Attribute Details
#account_assignment_creation_request_id ⇒ String
The identifier that is used to track the request operation progress.
1366 1367 1368 1369 1370 1371 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1366 class DescribeAccountAssignmentCreationStatusRequest < Struct.new( :instance_arn, :account_assignment_creation_request_id) 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 in the Amazon Web Services General Reference.
1366 1367 1368 1369 1370 1371 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1366 class DescribeAccountAssignmentCreationStatusRequest < Struct.new( :instance_arn, :account_assignment_creation_request_id) SENSITIVE = [] include Aws::Structure end |