Class: Aws::Types::UpdateServerConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServerConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
-
#strategy_option ⇒ Types::StrategyOption
Returns the value of attribute strategy_option.
Instance Attribute Details
#server_id ⇒ ::String
Returns the value of attribute server_id.
740 741 742 |
# File 'sig/types.rbs', line 740 def server_id @server_id end |
#strategy_option ⇒ Types::StrategyOption
Returns the value of attribute strategy_option.
741 742 743 |
# File 'sig/types.rbs', line 741 def strategy_option @strategy_option end |