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
2442 2443 2444 2445 2446 |
# File 'lib/aws-sdk-kafka/types.rb', line 2442 class DeleteClusterPolicyRequest < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |