Class: Aws::Types::SelfManagedKafkaAccessConfigurationVpc
- Inherits:
-
Object
- Object
- Aws::Types::SelfManagedKafkaAccessConfigurationVpc
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_group ⇒ ::Array[::String]
Returns the value of attribute security_group.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
Instance Attribute Details
#security_group ⇒ ::Array[::String]
Returns the value of attribute security_group.
613 614 615 |
# File 'sig/types.rbs', line 613 def security_group @security_group end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
612 613 614 |
# File 'sig/types.rbs', line 612 def subnets @subnets end |