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 associated with the aAWS service.

Returns:



2829
2830
2831
2832
2833
# File 'lib/aws-sdk-auditmanager/types.rb', line 2829

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