Class: Aws::Types::CreateTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::ResourceStatus

Returns the value of attribute status.



1125
1126
1127
# File 'sig/types.rbs', line 1125

def status
  @status
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def task_arn
  @task_arn
end

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def task_name
  @task_name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def version
  @version
end