Class: Aws::Types::PutSourceServerActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutSourceServerActionRequest
- 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.
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#category ⇒ "DISASTER_RECOVERY", ...
Returns the value of attribute category.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#document_identifier ⇒ ::String
Returns the value of attribute document_identifier.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#external_parameters ⇒ ::Hash[::String, Types::SsmExternalParameter]
Returns the value of attribute external_parameters.
-
#must_succeed_for_cutover ⇒ Boolean
Returns the value of attribute must_succeed_for_cutover.
-
#order ⇒ ::Integer
Returns the value of attribute order.
-
#parameters ⇒ ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]
Returns the value of attribute parameters.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
-
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def account_id @account_id end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def action_id @action_id end |
#action_name ⇒ ::String
Returns the value of attribute action_name.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def action_name @action_name end |
#active ⇒ Boolean
Returns the value of attribute active.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def active @active end |
#category ⇒ "DISASTER_RECOVERY", ...
Returns the value of attribute category.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def description @description end |
#document_identifier ⇒ ::String
Returns the value of attribute document_identifier.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def document_identifier @document_identifier end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def document_version @document_version end |
#external_parameters ⇒ ::Hash[::String, Types::SsmExternalParameter]
Returns the value of attribute external_parameters.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def external_parameters @external_parameters end |
#must_succeed_for_cutover ⇒ Boolean
Returns the value of attribute must_succeed_for_cutover.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def must_succeed_for_cutover @must_succeed_for_cutover end |
#order ⇒ ::Integer
Returns the value of attribute order.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def order @order end |
#parameters ⇒ ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]
Returns the value of attribute parameters.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def parameters @parameters end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def source_server_id @source_server_id end |
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def timeout_seconds @timeout_seconds end |