Class: Aws::Types::AutomatedReasoningPolicyAnnotatedChunk
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyAnnotatedChunk
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::Array[Types::AutomatedReasoningPolicyAnnotatedContent]
Returns the value of attribute content.
-
#page_number ⇒ ::Integer
Returns the value of attribute page_number.
Instance Attribute Details
#content ⇒ ::Array[Types::AutomatedReasoningPolicyAnnotatedContent]
Returns the value of attribute content.
250 251 252 |
# File 'sig/types.rbs', line 250 def content @content end |
#page_number ⇒ ::Integer
Returns the value of attribute page_number.
249 250 251 |
# File 'sig/types.rbs', line 249 def page_number @page_number end |