Class: Aws::Types::AutomatedReasoningPolicyStatementReference
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyStatementReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
Instance Attribute Details
#document_id ⇒ ::String
Returns the value of attribute document_id.
675 676 677 |
# File 'sig/types.rbs', line 675 def document_id @document_id end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
676 677 678 |
# File 'sig/types.rbs', line 676 def statement_id @statement_id end |