Class: Aws::Types::GetGeofenceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetGeofenceResponse
- 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.
675 676 677 |
# File 'sig/types.rbs', line 675 def create_time @create_time end |
#geofence_id ⇒ ::String
Returns the value of attribute geofence_id.
672 673 674 |
# File 'sig/types.rbs', line 672 def geofence_id @geofence_id end |
#geofence_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute geofence_properties.
677 678 679 |
# File 'sig/types.rbs', line 677 def geofence_properties @geofence_properties end |
#geometry ⇒ Types::GeofenceGeometry
Returns the value of attribute geometry.
673 674 675 |
# File 'sig/types.rbs', line 673 def geometry @geometry end |
#status ⇒ ::String
Returns the value of attribute status.
674 675 676 |
# File 'sig/types.rbs', line 674 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
676 677 678 |
# File 'sig/types.rbs', line 676 def update_time @update_time end |