Class: Aws::Types::DescribeGeofenceCollectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGeofenceCollectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_arn ⇒ ::String
Returns the value of attribute collection_arn.
-
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#geofence_count ⇒ ::Integer
Returns the value of attribute geofence_count.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
-
#pricing_plan_data_source ⇒ ::String
Returns the value of attribute pricing_plan_data_source.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#collection_arn ⇒ ::String
Returns the value of attribute collection_arn.
446 447 448 |
# File 'sig/types.rbs', line 446 def collection_arn @collection_arn end |
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
445 446 447 |
# File 'sig/types.rbs', line 445 def collection_name @collection_name end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
452 453 454 |
# File 'sig/types.rbs', line 452 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
447 448 449 |
# File 'sig/types.rbs', line 447 def description @description end |
#geofence_count ⇒ ::Integer
Returns the value of attribute geofence_count.
454 455 456 |
# File 'sig/types.rbs', line 454 def geofence_count @geofence_count end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
450 451 452 |
# File 'sig/types.rbs', line 450 def kms_key_id @kms_key_id end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
448 449 450 |
# File 'sig/types.rbs', line 448 def pricing_plan @pricing_plan end |
#pricing_plan_data_source ⇒ ::String
Returns the value of attribute pricing_plan_data_source.
449 450 451 |
# File 'sig/types.rbs', line 449 def pricing_plan_data_source @pricing_plan_data_source end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
451 452 453 |
# File 'sig/types.rbs', line 451 def @tags end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
453 454 455 |
# File 'sig/types.rbs', line 453 def update_time @update_time end |