Module: Aws::Mgn::Client::_PutTemplateActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::TemplateActionDocument]
- 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
- #operating_system ⇒ ::String
- #order ⇒ ::Integer
- #parameters ⇒ ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]
- #timeout_seconds ⇒ ::Integer
Instance Method Details
#action_id ⇒ ::String
1176 |
# File 'sig/client.rbs', line 1176
def action_id: () -> ::String
|
#action_name ⇒ ::String
1177 |
# File 'sig/client.rbs', line 1177
def action_name: () -> ::String
|
#active ⇒ Boolean
1181 |
# File 'sig/client.rbs', line 1181
def active: () -> bool
|
#category ⇒ "DISASTER_RECOVERY", ...
1188 |
# File 'sig/client.rbs', line 1188
def category: () -> ("DISASTER_RECOVERY" | "OPERATING_SYSTEM" | "LICENSE_AND_SUBSCRIPTION" | "VALIDATION" | "OBSERVABILITY" | "REFACTORING" | "SECURITY" | "NETWORKING" | "CONFIGURATION" | "BACKUP" | "OTHER")
|
#description ⇒ ::String
1187 |
# File 'sig/client.rbs', line 1187
def description: () -> ::String
|
#document_identifier ⇒ ::String
1178 |
# File 'sig/client.rbs', line 1178
def document_identifier: () -> ::String
|
#document_version ⇒ ::String
1180 |
# File 'sig/client.rbs', line 1180
def document_version: () -> ::String
|
#external_parameters ⇒ ::Hash[::String, Types::SsmExternalParameter]
1186 |
# File 'sig/client.rbs', line 1186
def external_parameters: () -> ::Hash[::String, Types::SsmExternalParameter]
|
#must_succeed_for_cutover ⇒ Boolean
1183 |
# File 'sig/client.rbs', line 1183
def must_succeed_for_cutover: () -> bool
|
#operating_system ⇒ ::String
1185 |
# File 'sig/client.rbs', line 1185
def operating_system: () -> ::String
|
#order ⇒ ::Integer
1179 |
# File 'sig/client.rbs', line 1179
def order: () -> ::Integer
|
#parameters ⇒ ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]
1184 |
# File 'sig/client.rbs', line 1184
def parameters: () -> ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]
|
#timeout_seconds ⇒ ::Integer
1182 |
# File 'sig/client.rbs', line 1182
def timeout_seconds: () -> ::Integer
|