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)


4231
4232
4233
4234
4235
# File 'lib/aws-sdk-auditmanager/types.rb', line 4231

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