Class: Aws::Kafka::Types::ListScramSecretsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListScramSecretsResponse
- 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
-
#next_token ⇒ String
Paginated results marker.
-
#secret_arn_list ⇒ Array<String>
The list of scram secrets associated with the cluster.
Instance Attribute Details
#next_token ⇒ String
Paginated results marker.
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_list ⇒ Array<String>
The list of scram secrets associated with the cluster.
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 |