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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/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)


3854
3855
3856
3857
3858
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3854

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