Class: Aws::Types::CitationsDelta
- Inherits:
-
Object
- Object
- Aws::Types::CitationsDelta
- 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::CitationSourceContentDelta]
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.
199 200 201 |
# File 'sig/types.rbs', line 199 def location @location end |
#source ⇒ ::String
Returns the value of attribute source.
197 198 199 |
# File 'sig/types.rbs', line 197 def source @source end |
#source_content ⇒ ::Array[Types::CitationSourceContentDelta]
Returns the value of attribute source_content.
198 199 200 |
# File 'sig/types.rbs', line 198 def source_content @source_content end |
#title ⇒ ::String
Returns the value of attribute title.
196 197 198 |
# File 'sig/types.rbs', line 196 def title @title end |