Class: Aws::Types::AutomatedReasoningPolicyDefinitionTypeValuePair
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyDefinitionTypeValuePair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#value_name ⇒ ::String
Returns the value of attribute value_name.
Instance Attribute Details
#type_name ⇒ ::String
Returns the value of attribute type_name.
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.
496 497 498 |
# File 'sig/types.rbs', line 496 def value_name @value_name end |