Class: Aws::Types::KubeApiServerConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::KubeApiServerConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_ttl ⇒ ::String
Returns the value of attribute event_ttl.
-
#service_node_port_range ⇒ Types::ServiceNodePortRange
Returns the value of attribute service_node_port_range.
Instance Attribute Details
#event_ttl ⇒ ::String
Returns the value of attribute event_ttl.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def event_ttl @event_ttl end |
#service_node_port_range ⇒ Types::ServiceNodePortRange
Returns the value of attribute service_node_port_range.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def service_node_port_range @service_node_port_range end |