Class: Aws::AuditManager::Types::RegisterAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::RegisterAccountResponse
- 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 account registration request.
Instance Attribute Details
#status ⇒ String
The status of the account registration request.
3854 3855 3856 3857 3858 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3854 class RegisterAccountResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |