Module: Aws::LocationService::Client::_DescribeGeofenceCollectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeGeofenceCollectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #collection_arn ⇒ ::String
- #collection_name ⇒ ::String
- #create_time ⇒ ::Time
- #description ⇒ ::String
- #geofence_count ⇒ ::Integer
- #kms_key_id ⇒ ::String
- #pricing_plan ⇒ "RequestBasedUsage", ...
- #pricing_plan_data_source ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
Instance Method Details
#collection_arn ⇒ ::String
407 |
# File 'sig/client.rbs', line 407
def collection_arn: () -> ::String
|
#collection_name ⇒ ::String
406 |
# File 'sig/client.rbs', line 406
def collection_name: () -> ::String
|
#create_time ⇒ ::Time
413 |
# File 'sig/client.rbs', line 413
def create_time: () -> ::Time
|
#description ⇒ ::String
408 |
# File 'sig/client.rbs', line 408
def description: () -> ::String
|
#geofence_count ⇒ ::Integer
415 |
# File 'sig/client.rbs', line 415
def geofence_count: () -> ::Integer
|
#kms_key_id ⇒ ::String
411 |
# File 'sig/client.rbs', line 411
def kms_key_id: () -> ::String
|
#pricing_plan ⇒ "RequestBasedUsage", ...
409 |
# File 'sig/client.rbs', line 409
def pricing_plan: () -> ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement")
|
#pricing_plan_data_source ⇒ ::String
410 |
# File 'sig/client.rbs', line 410
def pricing_plan_data_source: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
412 |
# File 'sig/client.rbs', line 412
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
414 |
# File 'sig/client.rbs', line 414
def update_time: () -> ::Time
|