Class: Aws::Types::RetrieveResult
- Inherits:
-
Object
- Object
- Aws::Types::RetrieveResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#content_text ⇒ ::String
Returns the value of attribute content_text.
-
#reference_type ⇒ "WEB_CRAWLER", ...
Returns the value of attribute reference_type.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def association_id @association_id end |
#content_text ⇒ ::String
Returns the value of attribute content_text.
2635 2636 2637 |
# File 'sig/types.rbs', line 2635 def content_text @content_text end |
#reference_type ⇒ "WEB_CRAWLER", ...
Returns the value of attribute reference_type.
2634 2635 2636 |
# File 'sig/types.rbs', line 2634 def reference_type @reference_type end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def source_id @source_id end |