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)


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

def action_code: () -> ::String

#action_id::String

Returns:

  • (::String)


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

def action_id: () -> ::String

#action_version::String

Returns:

  • (::String)


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

def action_version: () -> ::String

#activeBoolean

Returns:

  • (Boolean)


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

def active: () -> bool

#category"MONITORING", ...

Returns:

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


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

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

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#optionalBoolean

Returns:

  • (Boolean)


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

def optional: () -> bool

#order::Integer

Returns:

  • (::Integer)


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

def order: () -> ::Integer

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

Returns:



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

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

#resource_id::String

Returns:

  • (::String)


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

def resource_id: () -> ::String

#type"SSM_AUTOMATION", "SSM_COMMAND"

Returns:

  • ("SSM_AUTOMATION", "SSM_COMMAND")


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

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