Class: Aws::Types::CreateTopicRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def cluster_arn
  @cluster_arn
end

#configs::String

Returns the value of attribute configs.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def configs
  @configs
end

#partition_count::Integer

Returns the value of attribute partition_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def topic_name
  @topic_name
end