Class: Aws::SSOAdmin::Types::DescribeAccountAssignmentDeletionStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_assignment_deletion_request_idString

The identifier that is used to track the request operation progress.

Returns:

  • (String)


1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1378

class DescribeAccountAssignmentDeletionStatusRequest < Struct.new(
  :instance_arn,
  :account_assignment_deletion_request_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_arnString

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.

Returns:

  • (String)


1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1378

class DescribeAccountAssignmentDeletionStatusRequest < Struct.new(
  :instance_arn,
  :account_assignment_deletion_request_id)
  SENSITIVE = []
  include Aws::Structure
end