Class: Aws::Types::ListTrackerConsumersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTrackerConsumersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def next_token @next_token end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def tracker_name @tracker_name end |