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.
444 445 446 |
# File 'sig/types.rbs', line 444 def citation @citation end |
#event_type ⇒ Object
Returns the value of attribute event_type.
447 448 449 |
# File 'sig/types.rbs', line 447 def event_type @event_type end |
#generated_response_part ⇒ Types::GeneratedResponsePart
Returns the value of attribute generated_response_part.
445 446 447 |
# File 'sig/types.rbs', line 445 def generated_response_part @generated_response_part end |
#retrieved_references ⇒ ::Array[Types::RetrievedReference]
Returns the value of attribute retrieved_references.
446 447 448 |
# File 'sig/types.rbs', line 446 def retrieved_references @retrieved_references end |