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
3508 3509 3510 3511 3512 3513 3514 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3508 class PutClusterPolicyRequest < Struct.new( :cluster_arn, :current_version, :policy) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
3508 3509 3510 3511 3512 3513 3514 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3508 class PutClusterPolicyRequest < Struct.new( :cluster_arn, :current_version, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
3508 3509 3510 3511 3512 3513 3514 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3508 class PutClusterPolicyRequest < Struct.new( :cluster_arn, :current_version, :policy) SENSITIVE = [] include Aws::Structure end |