Module: Aws::LocationService::Client::_GetGeofenceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGeofenceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #create_time ⇒ ::Time
- #geofence_id ⇒ ::String
- #geofence_properties ⇒ ::Hash[::String, ::String]
- #geometry ⇒ Types::GeofenceGeometry
- #status ⇒ ::String
- #update_time ⇒ ::Time
Instance Method Details
#create_time ⇒ ::Time
584 |
# File 'sig/client.rbs', line 584
def create_time: () -> ::Time
|
#geofence_id ⇒ ::String
581 |
# File 'sig/client.rbs', line 581
def geofence_id: () -> ::String
|
#geofence_properties ⇒ ::Hash[::String, ::String]
586 |
# File 'sig/client.rbs', line 586
def geofence_properties: () -> ::Hash[::String, ::String]
|
#geometry ⇒ Types::GeofenceGeometry
582 |
# File 'sig/client.rbs', line 582
def geometry: () -> Types::GeofenceGeometry
|
#status ⇒ ::String
583 |
# File 'sig/client.rbs', line 583
def status: () -> ::String
|
#update_time ⇒ ::Time
585 |
# File 'sig/client.rbs', line 585
def update_time: () -> ::Time
|