Class: Aws::Types::Citation
- Inherits:
-
Object
- Object
- Aws::Types::Citation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ Types::CitationLocation
Returns the value of attribute location.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#source_content ⇒ ::Array[Types::CitationSourceContent]
Returns the value of attribute source_content.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#location ⇒ Types::CitationLocation
Returns the value of attribute location.
130 131 132 |
# File 'sig/types.rbs', line 130 def location @location end |
#source ⇒ ::String
Returns the value of attribute source.
128 129 130 |
# File 'sig/types.rbs', line 128 def source @source end |
#source_content ⇒ ::Array[Types::CitationSourceContent]
Returns the value of attribute source_content.
129 130 131 |
# File 'sig/types.rbs', line 129 def source_content @source_content end |
#title ⇒ ::String
Returns the value of attribute title.
127 128 129 |
# File 'sig/types.rbs', line 127 def title @title end |