Class: Aws::Kafka::Types::PublicAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::PublicAccess
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Broker public access control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The value DISABLED indicates that public access is disabled.
Instance Attribute Details
#type ⇒ String
The value DISABLED indicates that public access is disabled. SERVICE_PROVIDED_EIPS indicates that public access is enabled.
4611 4612 4613 4614 4615 |
# File 'lib/aws-sdk-kafka/types.rb', line 4611 class PublicAccess < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |