Class: Aws::AuditManager::Types::RegisterAccountResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the account registration request.

Returns:

  • (String)


3323
3324
3325
3326
3327
# File 'lib/aws-sdk-auditmanager/types.rb', line 3323

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