Class: Aws::Types::CreateTrackerResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrackerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#tracker_arn ⇒ ::String
Returns the value of attribute tracker_arn.
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
381 382 383 |
# File 'sig/types.rbs', line 381 def create_time @create_time end |
#tracker_arn ⇒ ::String
Returns the value of attribute tracker_arn.
380 381 382 |
# File 'sig/types.rbs', line 380 def tracker_arn @tracker_arn end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
379 380 381 |
# File 'sig/types.rbs', line 379 def tracker_name @tracker_name end |