Class: Aws::Kafka::Types::DeleteClusterPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Request body for DeleteClusterPolicy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)


2423
2424
2425
2426
2427
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2423

class DeleteClusterPolicyRequest < Struct.new(
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end