Module: Aws::Drs::Client::_PutLaunchActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutLaunchActionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action_code ⇒ ::String
- #action_id ⇒ ::String
- #action_version ⇒ ::String
- #active ⇒ Boolean
- #category ⇒ "MONITORING", ...
- #description ⇒ ::String
- #name ⇒ ::String
- #optional ⇒ Boolean
- #order ⇒ ::Integer
- #parameters ⇒ ::Hash[::String, Types::LaunchActionParameter]
- #resource_id ⇒ ::String
- #type ⇒ "SSM_AUTOMATION", "SSM_COMMAND"
Instance Method Details
#action_code ⇒ ::String
533 |
# File 'sig/client.rbs', line 533
def action_code: () -> ::String
|
#action_id ⇒ ::String
532 |
# File 'sig/client.rbs', line 532
def action_id: () -> ::String
|
#action_version ⇒ ::String
538 |
# File 'sig/client.rbs', line 538
def action_version: () -> ::String
|
#active ⇒ Boolean
536 |
# File 'sig/client.rbs', line 536
def active: () -> bool
|
#category ⇒ "MONITORING", ...
542 |
# File 'sig/client.rbs', line 542
def category: () -> ("MONITORING" | "VALIDATION" | "CONFIGURATION" | "SECURITY" | "OTHER")
|
#description ⇒ ::String
541 |
# File 'sig/client.rbs', line 541
def description: () -> ::String
|
#name ⇒ ::String
535 |
# File 'sig/client.rbs', line 535
def name: () -> ::String
|
#optional ⇒ Boolean
539 |
# File 'sig/client.rbs', line 539
def optional: () -> bool
|
#order ⇒ ::Integer
537 |
# File 'sig/client.rbs', line 537
def order: () -> ::Integer
|
#parameters ⇒ ::Hash[::String, Types::LaunchActionParameter]
540 |
# File 'sig/client.rbs', line 540
def parameters: () -> ::Hash[::String, Types::LaunchActionParameter]
|
#resource_id ⇒ ::String
531 |
# File 'sig/client.rbs', line 531
def resource_id: () -> ::String
|
#type ⇒ "SSM_AUTOMATION", "SSM_COMMAND"
534 |
# File 'sig/client.rbs', line 534
def type: () -> ("SSM_AUTOMATION" | "SSM_COMMAND")
|