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)


384
385
386
# File 'sig/types.rbs', line 384

def cluster_arn
  @cluster_arn
end

#configs::String

Returns the value of attribute configs.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def configs
  @configs
end

#partition_count::Integer

Returns the value of attribute partition_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def topic_name
  @topic_name
end