Class: Aws::Kafka::Types::ListScramSecretsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListScramSecretsRequest
- 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
4140 4141 4142 4143 4144 4145 4146 |
# File 'lib/aws-sdk-kafka/types.rb', line 4140 class ListScramSecretsRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
4140 4141 4142 4143 4144 4145 4146 |
# File 'lib/aws-sdk-kafka/types.rb', line 4140 class ListScramSecretsRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
4140 4141 4142 4143 4144 4145 4146 |
# File 'lib/aws-sdk-kafka/types.rb', line 4140 class ListScramSecretsRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |