Class: Aws::Types::DescribeTopicPartitionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTopicPartitionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
571 572 573 |
# File 'sig/types.rbs', line 571 def cluster_arn @cluster_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
573 574 575 |
# File 'sig/types.rbs', line 573 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
574 575 576 |
# File 'sig/types.rbs', line 574 def next_token @next_token end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
572 573 574 |
# File 'sig/types.rbs', line 572 def topic_name @topic_name end |