Class: Aws::Types::UpdateRuntimeConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRuntimeConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#runtime_configuration ⇒ Types::RuntimeConfiguration
Returns the value of attribute runtime_configuration.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def fleet_id @fleet_id end |
#runtime_configuration ⇒ Types::RuntimeConfiguration
Returns the value of attribute runtime_configuration.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def runtime_configuration @runtime_configuration end |