Class: Aws::AuditManager::Types::GetServicesInScopeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetServicesInScopeResponse
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_metadata ⇒ Array<Types::ServiceMetadata>
The metadata that's associated with the Amazon Web Service.
Instance Attribute Details
#service_metadata ⇒ Array<Types::ServiceMetadata>
The metadata that's associated with the Amazon Web Service.
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 |