Class: Aws::Types::DescribeTopicPartitionsRequest

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)


564
565
566
# File 'sig/types.rbs', line 564

def cluster_arn
  @cluster_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


566
567
568
# File 'sig/types.rbs', line 566

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def next_token
  @next_token
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def topic_name
  @topic_name
end