Class: Aws::AuditManager::Types::GetServicesInScopeResponse

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

#service_metadataArray<Types::ServiceMetadata>

The metadata that’s associated with the Amazon Web Service.

Returns:



3342
3343
3344
3345
3346
# File 'lib/aws-sdk-auditmanager/types.rb', line 3342

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