Class: Aws::Types::RelatedControlMappingDetails

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)


263
264
265
# File 'sig/types.rbs', line 263

def control_arn
  @control_arn
end

#relation_type"COMPLEMENTARY", ...

Returns the value of attribute relation_type.

Returns:

  • ("COMPLEMENTARY", "ALTERNATIVE", "MUTUALLY_EXCLUSIVE")


264
265
266
# File 'sig/types.rbs', line 264

def relation_type
  @relation_type
end