Class: Aws::Kafka::Types::GetClusterPolicyRequest

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

Overview

Request body for GetClusterPolicy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)


3438
3439
3440
3441
3442
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3438

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