Class: Aws::Types::ListGeofenceCollectionsResponseEntry
- Inherits:
-
Object
- Object
- Aws::Types::ListGeofenceCollectionsResponseEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
-
#pricing_plan_data_source ⇒ ::String
Returns the value of attribute pricing_plan_data_source.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
867 868 869 |
# File 'sig/types.rbs', line 867 def collection_name @collection_name end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
871 872 873 |
# File 'sig/types.rbs', line 871 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
868 869 870 |
# File 'sig/types.rbs', line 868 def description @description end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
869 870 871 |
# File 'sig/types.rbs', line 869 def pricing_plan @pricing_plan end |
#pricing_plan_data_source ⇒ ::String
Returns the value of attribute pricing_plan_data_source.
870 871 872 |
# File 'sig/types.rbs', line 870 def pricing_plan_data_source @pricing_plan_data_source end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
872 873 874 |
# File 'sig/types.rbs', line 872 def update_time @update_time end |