Class: Aws::Types::GeospatialLayerJoinDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#color_fieldTypes::GeospatialLayerColorField

Returns the value of attribute color_field.



6209
6210
6211
# File 'sig/types.rbs', line 6209

def color_field
  @color_field
end

#dataset_key_fieldTypes::UnaggregatedField

Returns the value of attribute dataset_key_field.



6208
6209
6210
# File 'sig/types.rbs', line 6208

def dataset_key_field
  @dataset_key_field
end

#shape_key_field::String

Returns the value of attribute shape_key_field.

Returns:

  • (::String)


6207
6208
6209
# File 'sig/types.rbs', line 6207

def shape_key_field
  @shape_key_field
end