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
1135 |
# File 'sig/client.rbs', line 1135
def action_id: () -> ::String
|
#action_name ⇒ ::String
1136 |
# File 'sig/client.rbs', line 1136
def action_name: () -> ::String
|
#active ⇒ Boolean
1140 |
# File 'sig/client.rbs', line 1140
def active: () -> bool
|
#category ⇒ "DISASTER_RECOVERY", ...
1146 |
# File 'sig/client.rbs', line 1146
def category: () -> ("DISASTER_RECOVERY" | "OPERATING_SYSTEM" | "LICENSE_AND_SUBSCRIPTION" | "VALIDATION" | "OBSERVABILITY" | "REFACTORING" | "SECURITY" | "NETWORKING" | "CONFIGURATION" | "BACKUP" | "OTHER")
|
#description ⇒ ::String
1145 |
# File 'sig/client.rbs', line 1145
def description: () -> ::String
|
#document_identifier ⇒ ::String
1137 |
# File 'sig/client.rbs', line 1137
def document_identifier: () -> ::String
|
#document_version ⇒ ::String
1139 |
# File 'sig/client.rbs', line 1139
def document_version: () -> ::String
|
#external_parameters ⇒ ::Hash[::String, Types::SsmExternalParameter]
1144 |
# File 'sig/client.rbs', line 1144
def external_parameters: () -> ::Hash[::String, Types::SsmExternalParameter]
|
#must_succeed_for_cutover ⇒ Boolean
1142 |
# File 'sig/client.rbs', line 1142
def must_succeed_for_cutover: () -> bool
|
#order ⇒ ::Integer
1138 |
# File 'sig/client.rbs', line 1138
def order: () -> ::Integer
|
#parameters ⇒ ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]
1143 |
# File 'sig/client.rbs', line 1143
def parameters: () -> ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]
|
#timeout_seconds ⇒ ::Integer
1141 |
# File 'sig/client.rbs', line 1141
def timeout_seconds: () -> ::Integer
|