Module: Aws::Drs::Client::_PutLaunchActionResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::PutLaunchActionResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#action_code::String

Returns:

  • (::String)


535
# File 'sig/client.rbs', line 535

def action_code: () -> ::String

#action_id::String

Returns:

  • (::String)


534
# File 'sig/client.rbs', line 534

def action_id: () -> ::String

#action_version::String

Returns:

  • (::String)


540
# File 'sig/client.rbs', line 540

def action_version: () -> ::String

#activeBoolean

Returns:

  • (Boolean)


538
# File 'sig/client.rbs', line 538

def active: () -> bool

#category"MONITORING", ...

Returns:

  • ("MONITORING", "VALIDATION", "CONFIGURATION", "SECURITY", "OTHER")


544
# File 'sig/client.rbs', line 544

def category: () -> ("MONITORING" | "VALIDATION" | "CONFIGURATION" | "SECURITY" | "OTHER")

#description::String

Returns:

  • (::String)


543
# File 'sig/client.rbs', line 543

def description: () -> ::String

#name::String

Returns:

  • (::String)


537
# File 'sig/client.rbs', line 537

def name: () -> ::String

#optionalBoolean

Returns:

  • (Boolean)


541
# File 'sig/client.rbs', line 541

def optional: () -> bool

#order::Integer

Returns:

  • (::Integer)


539
# File 'sig/client.rbs', line 539

def order: () -> ::Integer

#parameters::Hash[::String, Types::LaunchActionParameter]

Returns:



542
# File 'sig/client.rbs', line 542

def parameters: () -> ::Hash[::String, Types::LaunchActionParameter]

#resource_id::String

Returns:

  • (::String)


533
# File 'sig/client.rbs', line 533

def resource_id: () -> ::String

#type"SSM_AUTOMATION", "SSM_COMMAND"

Returns:

  • ("SSM_AUTOMATION", "SSM_COMMAND")


536
# File 'sig/client.rbs', line 536

def type: () -> ("SSM_AUTOMATION" | "SSM_COMMAND")