Class: Aws::Types::AssociateTrackerConsumerRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateTrackerConsumerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
Instance Attribute Details
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
43 44 45 |
# File 'sig/types.rbs', line 43 def consumer_arn @consumer_arn end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
42 43 44 |
# File 'sig/types.rbs', line 42 def tracker_name @tracker_name end |