Class: Aws::Types::GeospatialLayerJoinDefinition
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialLayerJoinDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color_field ⇒ Types::GeospatialLayerColorField
Returns the value of attribute color_field.
-
#dataset_key_field ⇒ Types::UnaggregatedField
Returns the value of attribute dataset_key_field.
-
#shape_key_field ⇒ ::String
Returns the value of attribute shape_key_field.
Instance Attribute Details
#color_field ⇒ Types::GeospatialLayerColorField
Returns the value of attribute color_field.
6475 6476 6477 |
# File 'sig/types.rbs', line 6475 def color_field @color_field end |
#dataset_key_field ⇒ Types::UnaggregatedField
Returns the value of attribute dataset_key_field.
6474 6475 6476 |
# File 'sig/types.rbs', line 6474 def dataset_key_field @dataset_key_field end |
#shape_key_field ⇒ ::String
Returns the value of attribute shape_key_field.
6473 6474 6475 |
# File 'sig/types.rbs', line 6473 def shape_key_field @shape_key_field end |