Class: Aws::AuditManager::Types::GetControlResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#controlTypes::Control

The details of the control that the GetControl API returned.

Returns:



2699
2700
2701
2702
2703
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2699

class GetControlResponse < Struct.new(
  :control)
  SENSITIVE = []
  include Aws::Structure
end