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

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

Returns:

  • (String)


2741
2742
2743
2744
2745
# File 'lib/aws-sdk-auditmanager/types.rb', line 2741

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