Class: Aws::Kafka::Types::ListNodesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Note:

When making an API call, you may pass ListNodesRequest data as a hash:

{
  cluster_arn: "__string", # required
  max_results: 1,
  next_token: "__string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)


537
538
539
540
541
542
# File 'lib/aws-sdk-kafka/types.rb', line 537

class ListNodesRequest < Struct.new(
  :cluster_arn,
  :max_results,
  :next_token)
  include Aws::Structure
end

#max_resultsInteger

Returns:

  • (Integer)


537
538
539
540
541
542
# File 'lib/aws-sdk-kafka/types.rb', line 537

class ListNodesRequest < Struct.new(
  :cluster_arn,
  :max_results,
  :next_token)
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


537
538
539
540
541
542
# File 'lib/aws-sdk-kafka/types.rb', line 537

class ListNodesRequest < Struct.new(
  :cluster_arn,
  :max_results,
  :next_token)
  include Aws::Structure
end