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.



2565
2566
2567
# File 'sig/types.rbs', line 2565

def content
  @content
end

#locationTypes::RetrievalResultLocation

Returns the value of attribute location.



2566
2567
2568
# File 'sig/types.rbs', line 2566

def location
  @location
end

#metadata::Hash[::String, untyped]

Returns the value of attribute metadata.

Returns:

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


2567
2568
2569
# File 'sig/types.rbs', line 2567

def 
  @metadata
end