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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#controlTypes::Control

The name of the control returned by the ‘GetControl` API.

Returns:



2478
2479
2480
2481
2482
# File 'lib/aws-sdk-auditmanager/types.rb', line 2478

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