Class: Aws::Types::RemoveSourceServerActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveSourceServerActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def account_id @account_id end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def action_id @action_id end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def source_server_id @source_server_id end |