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.



1128
1129
1130
# File 'sig/types.rbs', line 1128

def status
  @status
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


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

def task_arn
  @task_arn
end

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


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

def task_name
  @task_name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def version
  @version
end