Class: Aws::SSOAdmin::Types::DeleteAccountAssignmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_assignment_deletion_statusTypes::AccountAssignmentOperationStatus

The status object for the account assignment deletion operation.



1041
1042
1043
1044
1045
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1041

class DeleteAccountAssignmentResponse < Struct.new(
  :account_assignment_deletion_status)
  SENSITIVE = []
  include Aws::Structure
end