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 Service.
Instance Attribute Details
#service_metadata ⇒ Array<Types::ServiceMetadata>
The metadata that’s associated with the Amazon Web Service.
3070 3071 3072 3073 3074 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3070 class GetServicesInScopeResponse < Struct.new( :service_metadata) SENSITIVE = [] include Aws::Structure end |