Class: Aws::Types::ListGeofenceResponseEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:create_time, :update_time, :geofence_properties])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


880
881
882
# File 'sig/types.rbs', line 880

def create_time
  @create_time
end

#geofence_id::String

Returns the value of attribute geofence_id.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def geofence_id
  @geofence_id
end

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

Returns the value of attribute geofence_properties.

Returns:

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


882
883
884
# File 'sig/types.rbs', line 882

def geofence_properties
  @geofence_properties
end

#geometryTypes::GeofenceGeometry

Returns the value of attribute geometry.



878
879
880
# File 'sig/types.rbs', line 878

def geometry
  @geometry
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


881
882
883
# File 'sig/types.rbs', line 881

def update_time
  @update_time
end