Class: Aws::Kafka::Types::ListScramSecretsResponse

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

Overview

Information about scram secrets associated to the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Paginated results marker.



3206
3207
3208
3209
3210
3211
# File 'lib/aws-sdk-kafka/types.rb', line 3206

class ListScramSecretsResponse < Struct.new(
  :next_token,
  :secret_arn_list)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arn_listArray<String>

The list of scram secrets associated with the cluster.



3206
3207
3208
3209
3210
3211
# File 'lib/aws-sdk-kafka/types.rb', line 3206

class ListScramSecretsResponse < Struct.new(
  :next_token,
  :secret_arn_list)
  SENSITIVE = []
  include Aws::Structure
end