Class: Aws::Types::GetRunTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def id
  @id
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def task_id
  @task_id
end