Class: Aws::Types::ListGeofenceResponseEntry
- Inherits:
-
Object
- Object
- Aws::Types::ListGeofenceResponseEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#geofence_id ⇒ ::String
Returns the value of attribute geofence_id.
-
#geofence_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute geofence_properties.
-
#geometry ⇒ Types::GeofenceGeometry
Returns the value of attribute geometry.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_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.
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.
882 883 884 |
# File 'sig/types.rbs', line 882 def geofence_properties @geofence_properties end |
#geometry ⇒ Types::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.
879 880 881 |
# File 'sig/types.rbs', line 879 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
881 882 883 |
# File 'sig/types.rbs', line 881 def update_time @update_time end |