Class: Aws::AuditManager::Types::GetServicesInScopeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetServicesInScopeResponse
- Includes:
- Structure
- Defined in:
- 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 Services service.
Instance Attribute Details
#service_metadata ⇒ Array<Types::ServiceMetadata>
The metadata that’s associated with the Amazon Web Services service.
3140 3141 3142 3143 3144 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3140 class GetServicesInScopeResponse < Struct.new( :service_metadata) SENSITIVE = [] include Aws::Structure end |