Class: Aws::Types::DescribeTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1985
1986
1987
# File 'sig/types.rbs', line 1985

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1980
1981
1982
# File 'sig/types.rbs', line 1980

def description
  @description
end

#statusTypes::ResourceStatus

Returns the value of attribute status.



1984
1985
1986
# File 'sig/types.rbs', line 1984

def status
  @status
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


1981
1982
1983
# File 'sig/types.rbs', line 1981

def task_arn
  @task_arn
end

#task_configurationTypes::TaskConfiguration

Returns the value of attribute task_configuration.



1983
1984
1985
# File 'sig/types.rbs', line 1983

def task_configuration
  @task_configuration
end

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


1979
1980
1981
# File 'sig/types.rbs', line 1979

def task_name
  @task_name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1986
1987
1988
# File 'sig/types.rbs', line 1986

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1982
1983
1984
# File 'sig/types.rbs', line 1982

def version
  @version
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1978
1979
1980
# File 'sig/types.rbs', line 1978

def workspace_name
  @workspace_name
end