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)


2515
2516
2517
2518
2519
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2515

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