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:



3886
3887
3888
# File 'sig/types.rbs', line 3886

def location
  @location
end

#sinks::Array[Types::CatalogEntry]

Returns the value of attribute sinks.

Returns:



3885
3886
3887
# File 'sig/types.rbs', line 3885

def sinks
  @sinks
end

#sourceTypes::CatalogEntry

Returns the value of attribute source.

Returns:



3884
3885
3886
# File 'sig/types.rbs', line 3884

def source
  @source
end