Class: Aws::Kafka::Types::PutClusterPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::PutClusterPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for PutClusterPolicy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_version ⇒ String
Cluster policy version.
Instance Attribute Details
#current_version ⇒ String
Cluster policy version.
3376 3377 3378 3379 3380 |
# File 'lib/aws-sdk-kafka/types.rb', line 3376 class PutClusterPolicyResponse < Struct.new( :current_version) SENSITIVE = [] include Aws::Structure end |