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.

Returns:

  • (String)


3042
3043
3044
3045
3046
3047
# File 'lib/aws-sdk-kafka/types.rb', line 3042

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.

Returns:

  • (Array<String>)


3042
3043
3044
3045
3046
3047
# File 'lib/aws-sdk-kafka/types.rb', line 3042

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