Class: Aws::Kafka::Types::PutClusterPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::PutClusterPolicyRequest
- Defined in:
- gems/aws-sdk-kafka/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
2499 2500 2501 2502 2503 2504 2505 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2499 class PutClusterPolicyRequest < Struct.new( :cluster_arn, :current_version, :policy) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
2499 2500 2501 2502 2503 2504 2505 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2499 class PutClusterPolicyRequest < Struct.new( :cluster_arn, :current_version, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
2499 2500 2501 2502 2503 2504 2505 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2499 class PutClusterPolicyRequest < Struct.new( :cluster_arn, :current_version, :policy) SENSITIVE = [] include Aws::Structure end |