Class: Aws::Types::UpdateTrackerResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrackerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tracker_arn ⇒ ::String
Returns the value of attribute tracker_arn.
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#tracker_arn ⇒ ::String
Returns the value of attribute tracker_arn.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def tracker_arn @tracker_arn end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def tracker_name @tracker_name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def update_time @update_time end |