Class: Aws::Types::GetMappingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#locationTypes::Location

Returns the value of attribute location.

Returns:



3857
3858
3859
# File 'sig/types.rbs', line 3857

def location
  @location
end

#sinks::Array[Types::CatalogEntry]

Returns the value of attribute sinks.

Returns:



3856
3857
3858
# File 'sig/types.rbs', line 3856

def sinks
  @sinks
end

#sourceTypes::CatalogEntry

Returns the value of attribute source.

Returns:



3855
3856
3857
# File 'sig/types.rbs', line 3855

def source
  @source
end