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