Class: Aws::Types::DescribeTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


1972
1973
1974
# File 'sig/types.rbs', line 1972

def task_name
  @task_name
end

#task_version::String

Returns the value of attribute task_version.

Returns:

  • (::String)


1973
1974
1975
# File 'sig/types.rbs', line 1973

def task_version
  @task_version
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1971
1972
1973
# File 'sig/types.rbs', line 1971

def workspace_name
  @workspace_name
end