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)


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

def action_code: () -> ::String

#action_id::String

Returns:

  • (::String)


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

def action_id: () -> ::String

#action_version::String

Returns:

  • (::String)


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

def action_version: () -> ::String

#activeBoolean

Returns:

  • (Boolean)


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

def active: () -> bool

#category"MONITORING", ...

Returns:

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


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

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

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#optionalBoolean

Returns:

  • (Boolean)


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

def optional: () -> bool

#order::Integer

Returns:

  • (::Integer)


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

def order: () -> ::Integer

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

Returns:



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

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

#resource_id::String

Returns:

  • (::String)


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

def resource_id: () -> ::String

#type"SSM_AUTOMATION", "SSM_COMMAND"

Returns:

  • ("SSM_AUTOMATION", "SSM_COMMAND")


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

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