Class: Aws::Kafka::Types::DeleteClusterPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DeleteClusterPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for DeleteClusterPolicy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#cluster_arn ⇒ String
2832 2833 2834 2835 2836 |
# File 'lib/aws-sdk-kafka/types.rb', line 2832 class DeleteClusterPolicyRequest < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |