Class: Aws::Kafka::Types::ListScramSecretsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)


3003
3004
3005
3006
3007
3008
3009
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3003

class ListScramSecretsRequest < Struct.new(
  :cluster_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Returns:

  • (Integer)


3003
3004
3005
3006
3007
3008
3009
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3003

class ListScramSecretsRequest < Struct.new(
  :cluster_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


3003
3004
3005
3006
3007
3008
3009
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3003

class ListScramSecretsRequest < Struct.new(
  :cluster_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end