Class: Aws::SSOAdmin::Types::DescribeAccountAssignmentDeletionStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DescribeAccountAssignmentDeletionStatusRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_assignment_deletion_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_deletion_request_id ⇒ String
The identifier that is used to track the request operation progress.
1322 1323 1324 1325 1326 1327 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1322 class DescribeAccountAssignmentDeletionStatusRequest < Struct.new( :account_assignment_deletion_request_id, :instance_arn) 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*.
1322 1323 1324 1325 1326 1327 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1322 class DescribeAccountAssignmentDeletionStatusRequest < Struct.new( :account_assignment_deletion_request_id, :instance_arn) SENSITIVE = [] include Aws::Structure end |