Class: Aws::Types::ControlMapping

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_arn::String

Returns the value of attribute control_arn.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def control_arn
  @control_arn
end

#mappingTypes::Mapping

Returns the value of attribute mapping.

Returns:



58
59
60
# File 'sig/types.rbs', line 58

def mapping
  @mapping
end

#mapping_type"FRAMEWORK", ...

Returns the value of attribute mapping_type.

Returns:

  • ("FRAMEWORK", "COMMON_CONTROL", "RELATED_CONTROL")


57
58
59
# File 'sig/types.rbs', line 57

def mapping_type
  @mapping_type
end