Class: Aws::Types::PutGeofenceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:geofence_properties])

Instance Attribute Summary collapse

Instance Attribute Details

#collection_name::String

Returns the value of attribute collection_name.

Returns:

  • (::String)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def collection_name
  @collection_name
end

#geofence_id::String

Returns the value of attribute geofence_id.

Returns:

  • (::String)


1138
1139
1140
# File 'sig/types.rbs', line 1138

def geofence_id
  @geofence_id
end

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

Returns the value of attribute geofence_properties.

Returns:

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


1140
1141
1142
# File 'sig/types.rbs', line 1140

def geofence_properties
  @geofence_properties
end

#geometryTypes::GeofenceGeometry

Returns the value of attribute geometry.



1139
1140
1141
# File 'sig/types.rbs', line 1139

def geometry
  @geometry
end