Class: Aws::Types::AutomatedReasoningPolicyTypeValueAnnotation
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyTypeValueAnnotation
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AddTypeValue, DeleteTypeValue, Unknown, UpdateTypeValue
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_type_value ⇒ Types::AutomatedReasoningPolicyAddTypeValue
Returns the value of attribute add_type_value.
-
#delete_type_value ⇒ Types::AutomatedReasoningPolicyDeleteTypeValue
Returns the value of attribute delete_type_value.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#update_type_value ⇒ Types::AutomatedReasoningPolicyUpdateTypeValue
Returns the value of attribute update_type_value.
Instance Attribute Details
#add_type_value ⇒ Types::AutomatedReasoningPolicyAddTypeValue
Returns the value of attribute add_type_value.
714 715 716 |
# File 'sig/types.rbs', line 714 def add_type_value @add_type_value end |
#delete_type_value ⇒ Types::AutomatedReasoningPolicyDeleteTypeValue
Returns the value of attribute delete_type_value.
716 717 718 |
# File 'sig/types.rbs', line 716 def delete_type_value @delete_type_value end |
#unknown ⇒ Object
Returns the value of attribute unknown.
717 718 719 |
# File 'sig/types.rbs', line 717 def unknown @unknown end |
#update_type_value ⇒ Types::AutomatedReasoningPolicyUpdateTypeValue
Returns the value of attribute update_type_value.
715 716 717 |
# File 'sig/types.rbs', line 715 def update_type_value @update_type_value end |