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.
3119 3120 3121 3122 3123 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3119 class GetServicesInScopeResponse < Struct.new( :service_metadata) SENSITIVE = [] include Aws::Structure end |