Class: Aws::Types::Citation
- Inherits:
-
Object
- Object
- Aws::Types::Citation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::Content
Returns the value of attribute content.
-
#reference ⇒ Types::Reference
Returns the value of attribute reference.
Instance Attribute Details
#content ⇒ Types::Content
Returns the value of attribute content.
672 673 674 |
# File 'sig/types.rbs', line 672 def content @content end |
#reference ⇒ Types::Reference
Returns the value of attribute reference.
671 672 673 |
# File 'sig/types.rbs', line 671 def reference @reference end |