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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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)


3023
3024
3025
3026
3027
3028
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3023

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>)


3023
3024
3025
3026
3027
3028
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3023

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