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)


2442
2443
2444
2445
2446
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2442

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