Class: Aws::Types::KubeApiServerVersionConfig
- Inherits:
-
Object
- Object
- Aws::Types::KubeApiServerVersionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_ttl ⇒ Types::DurationParameterConfig
Returns the value of attribute event_ttl.
-
#service_node_port_range ⇒ Types::PortRangeParameterConfig
Returns the value of attribute service_node_port_range.
Instance Attribute Details
#event_ttl ⇒ Types::DurationParameterConfig
Returns the value of attribute event_ttl.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def event_ttl @event_ttl end |
#service_node_port_range ⇒ Types::PortRangeParameterConfig
Returns the value of attribute service_node_port_range.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def service_node_port_range @service_node_port_range end |