Class: Aws::AuditManager::Types::DeregisterAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::DeregisterAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The registration status of the account.
Instance Attribute Details
#status ⇒ String
The registration status of the account.
2107 2108 2109 2110 2111 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2107 class DeregisterAccountResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |