Class: Aws::Kafka::Types::PutClusterPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::PutClusterPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for PutClusterPolicy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#cluster_arn ⇒ String
2630 2631 2632 2633 2634 2635 2636 |
# File 'lib/aws-sdk-kafka/types.rb', line 2630 class PutClusterPolicyRequest < Struct.new( :cluster_arn, :current_version, :policy) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
2630 2631 2632 2633 2634 2635 2636 |
# File 'lib/aws-sdk-kafka/types.rb', line 2630 class PutClusterPolicyRequest < Struct.new( :cluster_arn, :current_version, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
2630 2631 2632 2633 2634 2635 2636 |
# File 'lib/aws-sdk-kafka/types.rb', line 2630 class PutClusterPolicyRequest < Struct.new( :cluster_arn, :current_version, :policy) SENSITIVE = [] include Aws::Structure end |