Class: Aws::Types::UpdateTopicRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTopicRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#configs ⇒ ::String
Returns the value of attribute configs.
-
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def cluster_arn @cluster_arn end |
#configs ⇒ ::String
Returns the value of attribute configs.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def configs @configs end |
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def partition_count @partition_count end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def topic_name @topic_name end |