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

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

#service_metadataArray<Types::ServiceMetadata>

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

Returns:



2999
3000
3001
3002
3003
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2999

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