Class: Aws::Types::RetrievedReference
- Inherits:
-
Object
- Object
- Aws::Types::RetrievedReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::RetrievalResultContent
Returns the value of attribute content.
-
#location ⇒ Types::RetrievalResultLocation
Returns the value of attribute location.
-
#metadata ⇒ ::Hash[::String, untyped]
Returns the value of attribute metadata.
Instance Attribute Details
#content ⇒ Types::RetrievalResultContent
Returns the value of attribute content.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def content @content end |
#location ⇒ Types::RetrievalResultLocation
Returns the value of attribute location.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def location @location end |
#metadata ⇒ ::Hash[::String, untyped]
Returns the value of attribute metadata.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def @metadata end |