Class: Aws::Types::GetCommandExecutionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#command_arn::String

Returns the value of attribute command_arn.

Returns:

  • (::String)


2339
2340
2341
# File 'sig/types.rbs', line 2339

def command_arn
  @command_arn
end

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def completed_at
  @completed_at
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2346
2347
2348
# File 'sig/types.rbs', line 2346

def created_at
  @created_at
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def execution_id
  @execution_id
end

#execution_timeout_seconds::Integer

Returns the value of attribute execution_timeout_seconds.

Returns:

  • (::Integer)


2345
2346
2347
# File 'sig/types.rbs', line 2345

def execution_timeout_seconds
  @execution_timeout_seconds
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2347
2348
2349
# File 'sig/types.rbs', line 2347

def last_updated_at
  @last_updated_at
end

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

Returns the value of attribute parameters.

Returns:



2344
2345
2346
# File 'sig/types.rbs', line 2344

def parameters
  @parameters
end

#result::Hash[::String, Types::CommandExecutionResult]

Returns the value of attribute result.

Returns:



2343
2344
2345
# File 'sig/types.rbs', line 2343

def result
  @result
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


2348
2349
2350
# File 'sig/types.rbs', line 2348

def started_at
  @started_at
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "IN_PROGRESS", "SUCCEEDED", "FAILED", "REJECTED", "TIMED_OUT")


2341
2342
2343
# File 'sig/types.rbs', line 2341

def status
  @status
end

#status_reasonTypes::StatusReason

Returns the value of attribute status_reason.

Returns:



2342
2343
2344
# File 'sig/types.rbs', line 2342

def status_reason
  @status_reason
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


2340
2341
2342
# File 'sig/types.rbs', line 2340

def target_arn
  @target_arn
end

#time_to_live::Time

Returns the value of attribute time_to_live.

Returns:

  • (::Time)


2350
2351
2352
# File 'sig/types.rbs', line 2350

def time_to_live
  @time_to_live
end