Class: Aws::Kafka::Types::ListNodesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListNodesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#cluster_arn ⇒ String
2981 2982 2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-kafka/types.rb', line 2981 class ListNodesRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
2981 2982 2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-kafka/types.rb', line 2981 class ListNodesRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2981 2982 2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-kafka/types.rb', line 2981 class ListNodesRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |