Class: Aws::AuditManager::Types::GetControlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetControlResponse
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control ⇒ Types::Control
The details of the control that the
GetControl
API returned.
Instance Attribute Details
#control ⇒ Types::Control
The details of the control that the GetControl
API returned.
2748 2749 2750 2751 2752 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2748 class GetControlResponse < Struct.new( :control) SENSITIVE = [] include Aws::Structure end |