Class: Aws::Kafka::Types::GetClusterPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::GetClusterPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Returns information about the specified cluster policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_version ⇒ String
Cluster policy version.
-
#policy ⇒ String
Cluster policy attached to the MSK cluster.
Instance Attribute Details
#current_version ⇒ String
Cluster policy version.
3333 3334 3335 3336 3337 3338 |
# File 'lib/aws-sdk-kafka/types.rb', line 3333 class GetClusterPolicyResponse < Struct.new( :current_version, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
Cluster policy attached to the MSK cluster.
3333 3334 3335 3336 3337 3338 |
# File 'lib/aws-sdk-kafka/types.rb', line 3333 class GetClusterPolicyResponse < Struct.new( :current_version, :policy) SENSITIVE = [] include Aws::Structure end |