Class: Aws::Types::UpdateTopicRequest

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)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def cluster_arn
  @cluster_arn
end

#configs::String

Returns the value of attribute configs.

Returns:

  • (::String)


1736
1737
1738
# File 'sig/types.rbs', line 1736

def configs
  @configs
end

#partition_count::Integer

Returns the value of attribute partition_count.

Returns:

  • (::Integer)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def partition_count
  @partition_count
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def topic_name
  @topic_name
end