Class: Aws::Types::Mapping

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

Defined Under Namespace

Classes: CommonControl, Framework, RelatedControl, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#common_controlTypes::CommonControlMappingDetails

Returns the value of attribute common_control.



221
222
223
# File 'sig/types.rbs', line 221

def common_control
  @common_control
end

#frameworkTypes::FrameworkMappingDetails

Returns the value of attribute framework.



220
221
222
# File 'sig/types.rbs', line 220

def framework
  @framework
end

Returns the value of attribute related_control.



222
223
224
# File 'sig/types.rbs', line 222

def related_control
  @related_control
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


223
224
225
# File 'sig/types.rbs', line 223

def unknown
  @unknown
end