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.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def cluster_arn @cluster_arn end |
#configs ⇒ ::String
Returns the value of attribute configs.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def configs @configs end |
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def partition_count @partition_count end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def topic_name @topic_name end |