Class: Aws::Types::CreateTopicRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTopicRequest
- 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.
-
#replication_factor ⇒ ::Integer
Returns the value of attribute replication_factor.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
384 385 386 |
# File 'sig/types.rbs', line 384 def cluster_arn @cluster_arn end |
#configs ⇒ ::String
Returns the value of attribute configs.
388 389 390 |
# File 'sig/types.rbs', line 388 def configs @configs end |
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
386 387 388 |
# File 'sig/types.rbs', line 386 def partition_count @partition_count end |
#replication_factor ⇒ ::Integer
Returns the value of attribute replication_factor.
387 388 389 |
# File 'sig/types.rbs', line 387 def replication_factor @replication_factor end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
385 386 387 |
# File 'sig/types.rbs', line 385 def topic_name @topic_name end |