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.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def cluster_arn @cluster_arn end |
#configs ⇒ ::String
Returns the value of attribute configs.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def configs @configs end |
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def partition_count @partition_count end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def topic_name @topic_name end |