Module: Aws::Mgn::Client::_PutSourceServerActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SourceServerActionDocument]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action_id ⇒ ::String
- #action_name ⇒ ::String
- #active ⇒ Boolean
- #category ⇒ "DISASTER_RECOVERY", ...
- #description ⇒ ::String
- #document_identifier ⇒ ::String
- #document_version ⇒ ::String
- #external_parameters ⇒ ::Hash[::String, Types::SsmExternalParameter]
- #must_succeed_for_cutover ⇒ Boolean
- #order ⇒ ::Integer
- #parameters ⇒ ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]
- #timeout_seconds ⇒ ::Integer
Instance Method Details
#action_id ⇒ ::String
1150 |
# File 'sig/client.rbs', line 1150 def action_id: () -> ::String |
#action_name ⇒ ::String
1151 |
# File 'sig/client.rbs', line 1151 def action_name: () -> ::String |
#active ⇒ Boolean
1155 |
# File 'sig/client.rbs', line 1155 def active: () -> bool |
#category ⇒ "DISASTER_RECOVERY", ...
1161 |
# File 'sig/client.rbs', line 1161 def category: () -> ("DISASTER_RECOVERY" | "OPERATING_SYSTEM" | "LICENSE_AND_SUBSCRIPTION" | "VALIDATION" | "OBSERVABILITY" | "REFACTORING" | "SECURITY" | "NETWORKING" | "CONFIGURATION" | "BACKUP" | "OTHER") |
#description ⇒ ::String
1160 |
# File 'sig/client.rbs', line 1160 def description: () -> ::String |
#document_identifier ⇒ ::String
1152 |
# File 'sig/client.rbs', line 1152 def document_identifier: () -> ::String |
#document_version ⇒ ::String
1154 |
# File 'sig/client.rbs', line 1154 def document_version: () -> ::String |
#external_parameters ⇒ ::Hash[::String, Types::SsmExternalParameter]
1159 |
# File 'sig/client.rbs', line 1159 def external_parameters: () -> ::Hash[::String, Types::SsmExternalParameter] |
#must_succeed_for_cutover ⇒ Boolean
1157 |
# File 'sig/client.rbs', line 1157 def must_succeed_for_cutover: () -> bool |
#order ⇒ ::Integer
1153 |
# File 'sig/client.rbs', line 1153 def order: () -> ::Integer |
#parameters ⇒ ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]
1158 |
# File 'sig/client.rbs', line 1158 def parameters: () -> ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]] |
#timeout_seconds ⇒ ::Integer
1156 |
# File 'sig/client.rbs', line 1156 def timeout_seconds: () -> ::Integer |