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
697 |
# File 'sig/client.rbs', line 697
def action_code: () -> ::String
|
#action_id ⇒ ::String
696 |
# File 'sig/client.rbs', line 696
def action_id: () -> ::String
|
#action_version ⇒ ::String
702 |
# File 'sig/client.rbs', line 702
def action_version: () -> ::String
|
#active ⇒ Boolean
700 |
# File 'sig/client.rbs', line 700
def active: () -> bool
|
#category ⇒ "MONITORING", ...
706 |
# File 'sig/client.rbs', line 706
def category: () -> ("MONITORING" | "VALIDATION" | "CONFIGURATION" | "SECURITY" | "OTHER")
|
#description ⇒ ::String
705 |
# File 'sig/client.rbs', line 705
def description: () -> ::String
|
#name ⇒ ::String
699 |
# File 'sig/client.rbs', line 699
def name: () -> ::String
|
#optional ⇒ Boolean
703 |
# File 'sig/client.rbs', line 703
def optional: () -> bool
|
#order ⇒ ::Integer
701 |
# File 'sig/client.rbs', line 701
def order: () -> ::Integer
|
#parameters ⇒ ::Hash[::String, Types::LaunchActionParameter]
704 |
# File 'sig/client.rbs', line 704
def parameters: () -> ::Hash[::String, Types::LaunchActionParameter]
|
#resource_id ⇒ ::String
695 |
# File 'sig/client.rbs', line 695
def resource_id: () -> ::String
|
#type ⇒ "SSM_AUTOMATION", "SSM_COMMAND"
698 |
# File 'sig/client.rbs', line 698
def type: () -> ("SSM_AUTOMATION" | "SSM_COMMAND")
|