Class: Aws::Types::CitationsContentBlock
- Inherits:
-
Object
- Object
- Aws::Types::CitationsContentBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#citations ⇒ ::Array[Types::Citation]
Returns the value of attribute citations.
-
#content ⇒ ::Array[Types::CitationGeneratedContent]
Returns the value of attribute content.
Instance Attribute Details
#citations ⇒ ::Array[Types::Citation]
Returns the value of attribute citations.
191 192 193 |
# File 'sig/types.rbs', line 191 def citations @citations end |
#content ⇒ ::Array[Types::CitationGeneratedContent]
Returns the value of attribute content.
190 191 192 |
# File 'sig/types.rbs', line 190 def content @content end |