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:



3876
3877
3878
# File 'sig/types.rbs', line 3876

def location
  @location
end

#sinks::Array[Types::CatalogEntry]

Returns the value of attribute sinks.

Returns:



3875
3876
3877
# File 'sig/types.rbs', line 3875

def sinks
  @sinks
end

#sourceTypes::CatalogEntry

Returns the value of attribute source.

Returns:



3874
3875
3876
# File 'sig/types.rbs', line 3874

def source
  @source
end