Class: Aws::Types::CitationEvent
- Inherits:
-
Object
- Object
- Aws::Types::CitationEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#citation ⇒ Types::Citation
Returns the value of attribute citation.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#generated_response_part ⇒ Types::GeneratedResponsePart
Returns the value of attribute generated_response_part.
-
#retrieved_references ⇒ ::Array[Types::RetrievedReference]
Returns the value of attribute retrieved_references.
Instance Attribute Details
#citation ⇒ Types::Citation
Returns the value of attribute citation.
526 527 528 |
# File 'sig/types.rbs', line 526 def citation @citation end |
#event_type ⇒ Object
Returns the value of attribute event_type.
529 530 531 |
# File 'sig/types.rbs', line 529 def event_type @event_type end |
#generated_response_part ⇒ Types::GeneratedResponsePart
Returns the value of attribute generated_response_part.
527 528 529 |
# File 'sig/types.rbs', line 527 def generated_response_part @generated_response_part end |
#retrieved_references ⇒ ::Array[Types::RetrievedReference]
Returns the value of attribute retrieved_references.
528 529 530 |
# File 'sig/types.rbs', line 528 def retrieved_references @retrieved_references end |