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.
377 378 379 |
# File 'sig/types.rbs', line 377 def cluster_arn @cluster_arn end |
#configs ⇒ ::String
Returns the value of attribute configs.
381 382 383 |
# File 'sig/types.rbs', line 381 def configs @configs end |
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
379 380 381 |
# File 'sig/types.rbs', line 379 def partition_count @partition_count end |
#replication_factor ⇒ ::Integer
Returns the value of attribute replication_factor.
380 381 382 |
# File 'sig/types.rbs', line 380 def replication_factor @replication_factor end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
378 379 380 |
# File 'sig/types.rbs', line 378 def topic_name @topic_name end |