Class: Aws::Types::UpdateSourceServerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSourceServerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#connector_action ⇒ Types::SourceServerConnectorAction
Returns the value of attribute connector_action.
-
#fqdn_for_action_framework ⇒ ::String
Returns the value of attribute fqdn_for_action_framework.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
-
#user_provided_id ⇒ ::String
Returns the value of attribute user_provided_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def account_id @account_id end |
#connector_action ⇒ Types::SourceServerConnectorAction
Returns the value of attribute connector_action.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def connector_action @connector_action end |
#fqdn_for_action_framework ⇒ ::String
Returns the value of attribute fqdn_for_action_framework.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def fqdn_for_action_framework @fqdn_for_action_framework end |
#platform ⇒ ::String
Returns the value of attribute platform.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def platform @platform end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def source_server_id @source_server_id end |
#user_provided_id ⇒ ::String
Returns the value of attribute user_provided_id.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def user_provided_id @user_provided_id end |