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.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def event_ttl @event_ttl end |
#service_node_port_range ⇒ Types::PortRangeParameterConfig
Returns the value of attribute service_node_port_range.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def service_node_port_range @service_node_port_range end |