Class: Aws::AuditManager::Types::DeregisterAccountResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The registration status of the account.

Returns:

  • (String)


2107
2108
2109
2110
2111
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2107

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