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.
2479 2480 2481 2482 2483 2484 |
# File 'lib/aws-sdk-kafka/types.rb', line 2479 class GetClusterPolicyResponse < Struct.new( :current_version, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
Cluster policy attached to the MSK cluster.
2479 2480 2481 2482 2483 2484 |
# File 'lib/aws-sdk-kafka/types.rb', line 2479 class GetClusterPolicyResponse < Struct.new( :current_version, :policy) SENSITIVE = [] include Aws::Structure end |