Class: Aws::Types::ListTrackerConsumersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTrackerConsumersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_arns ⇒ ::Array[::String]
Returns the value of attribute consumer_arns.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#consumer_arns ⇒ ::Array[::String]
Returns the value of attribute consumer_arns.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def consumer_arns @consumer_arns end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def next_token @next_token end |