Class: Aws::Types::RetrievedReference

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content, :location, :metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::RetrievalResultContent

Returns the value of attribute content.



2483
2484
2485
# File 'sig/types.rbs', line 2483

def content
  @content
end

#locationTypes::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.

Returns:

  • (::Hash[::String, untyped])


2485
2486
2487
# File 'sig/types.rbs', line 2485

def 
  @metadata
end