Class: Aws::Types::ListTrackersResponseEntry
- Inherits:
-
Object
- Object
- Aws::Types::ListTrackersResponseEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def description @description end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def pricing_plan @pricing_plan end |
#pricing_plan_data_source ⇒ ::String
Returns the value of attribute pricing_plan_data_source.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def pricing_plan_data_source @pricing_plan_data_source end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def tracker_name @tracker_name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def update_time @update_time end |