Class: Aws::Kafka::Types::PublicAccess

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

Overview

Broker public access control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The value DISABLED indicates that public access is disabled. SERVICE_PROVIDED_EIPS indicates that public access is enabled.

Returns:

  • (String)


4589
4590
4591
4592
4593
# File 'lib/aws-sdk-kafka/types.rb', line 4589

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