Class: Aws::Types::AutomatedReasoningPolicyDefinitionTypeValuePair

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:type_name])

Instance Attribute Summary collapse

Instance Attribute Details

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def type_name
  @type_name
end

#value_name::String

Returns the value of attribute value_name.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def value_name
  @value_name
end