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.
6209 6210 6211 |
# File 'sig/types.rbs', line 6209 def color_field @color_field end |
#dataset_key_field ⇒ Types::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.
6207 6208 6209 |
# File 'sig/types.rbs', line 6207 def shape_key_field @shape_key_field end |