Class: Aws::AuditManager::Types::GetAccountStatusResponse

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 Amazon Web Services account.

Returns:

  • (String)


2538
2539
2540
2541
2542
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2538

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