Class: Aws::Types::DisassociateTrackerConsumerRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateTrackerConsumerRequest
- 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.
582 583 584 |
# File 'sig/types.rbs', line 582 def consumer_arn @consumer_arn end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
581 582 583 |
# File 'sig/types.rbs', line 581 def tracker_name @tracker_name end |