Class: Aws::Kafka::Types::PutClusterPolicyResponse

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

Overview

Response body for PutClusterPolicy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_versionString

Cluster policy version.

Returns:

  • (String)


2496
2497
2498
2499
2500
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2496

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