Class: Aws::Types::StartCommandExecutionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def client_token
  @client_token
end

#command_arn::String

Returns the value of attribute command_arn.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def command_arn
  @command_arn
end

#execution_timeout_seconds::Integer

Returns the value of attribute execution_timeout_seconds.

Returns:

  • (::Integer)


123
124
125
# File 'sig/types.rbs', line 123

def execution_timeout_seconds
  @execution_timeout_seconds
end

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

Returns the value of attribute parameters.

Returns:



122
123
124
# File 'sig/types.rbs', line 122

def parameters
  @parameters
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def target_arn
  @target_arn
end