Class: Aws::AuditManager::Types::GetAccountStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetAccountStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the Amazon Web Services account.
Instance Attribute Details
#status ⇒ String
The status of the Amazon Web Services account.
2538 2539 2540 2541 2542 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2538 class GetAccountStatusResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |