Class: Aws::Types::StartCutoverRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartCutoverRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#source_server_i_ds ⇒ ::Array[::String]
Returns the value of attribute source_server_i_ds.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def account_id @account_id end |
#source_server_i_ds ⇒ ::Array[::String]
Returns the value of attribute source_server_i_ds.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def source_server_i_ds @source_server_i_ds end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def end |