Class: Aws::Types::AutomatedReasoningPolicyAtomicStatement
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyAtomicStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#location ⇒ Types::AutomatedReasoningPolicyStatementLocation
Returns the value of attribute location.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
319 320 321 |
# File 'sig/types.rbs', line 319 def id @id end |
#location ⇒ Types::AutomatedReasoningPolicyStatementLocation
Returns the value of attribute location.
321 322 323 |
# File 'sig/types.rbs', line 321 def location @location end |
#text ⇒ ::String
Returns the value of attribute text.
320 321 322 |
# File 'sig/types.rbs', line 320 def text @text end |