Class: Aws::Types::BatchPutGeofenceRequestEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:geofence_properties])

Instance Attribute Summary collapse

Instance Attribute Details

#geofence_id::String

Returns the value of attribute geofence_id.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def geofence_id
  @geofence_id
end

#geofence_properties::Hash[::String, ::String]

Returns the value of attribute geofence_properties.

Returns:

  • (::Hash[::String, ::String])


141
142
143
# File 'sig/types.rbs', line 141

def geofence_properties
  @geofence_properties
end

#geometryTypes::GeofenceGeometry

Returns the value of attribute geometry.



140
141
142
# File 'sig/types.rbs', line 140

def geometry
  @geometry
end