Class: Aws::Kafka::Types::GetClusterPolicyResponse

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

Overview

Returns information about the specified cluster policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_versionString

Cluster policy version.

Returns:

  • (String)


2460
2461
2462
2463
2464
2465
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2460

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

#policyString

Cluster policy attached to the MSK cluster.

Returns:

  • (String)


2460
2461
2462
2463
2464
2465
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2460

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