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
1191 |
# File 'sig/client.rbs', line 1191
def action_id: () -> ::String
|
#action_name ⇒ ::String
1192 |
# File 'sig/client.rbs', line 1192
def action_name: () -> ::String
|
#active ⇒ Boolean
1196 |
# File 'sig/client.rbs', line 1196
def active: () -> bool
|
#category ⇒ "DISASTER_RECOVERY", ...
1203 |
# File 'sig/client.rbs', line 1203
def category: () -> ("DISASTER_RECOVERY" | "OPERATING_SYSTEM" | "LICENSE_AND_SUBSCRIPTION" | "VALIDATION" | "OBSERVABILITY" | "REFACTORING" | "SECURITY" | "NETWORKING" | "CONFIGURATION" | "BACKUP" | "OTHER")
|
#description ⇒ ::String
1202 |
# File 'sig/client.rbs', line 1202
def description: () -> ::String
|
#document_identifier ⇒ ::String
1193 |
# File 'sig/client.rbs', line 1193
def document_identifier: () -> ::String
|
#document_version ⇒ ::String
1195 |
# File 'sig/client.rbs', line 1195
def document_version: () -> ::String
|
#external_parameters ⇒ ::Hash[::String, Types::SsmExternalParameter]
1201 |
# File 'sig/client.rbs', line 1201
def external_parameters: () -> ::Hash[::String, Types::SsmExternalParameter]
|
#must_succeed_for_cutover ⇒ Boolean
1198 |
# File 'sig/client.rbs', line 1198
def must_succeed_for_cutover: () -> bool
|
#operating_system ⇒ ::String
1200 |
# File 'sig/client.rbs', line 1200
def operating_system: () -> ::String
|
#order ⇒ ::Integer
1194 |
# File 'sig/client.rbs', line 1194
def order: () -> ::Integer
|
#parameters ⇒ ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]
1199 |
# File 'sig/client.rbs', line 1199
def parameters: () -> ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]
|
#timeout_seconds ⇒ ::Integer
1197 |
# File 'sig/client.rbs', line 1197
def timeout_seconds: () -> ::Integer
|