Class: Aws::Types::DescribeTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#status ⇒ Types::ResourceStatus
Returns the value of attribute status.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_configuration ⇒ Types::TaskConfiguration
Returns the value of attribute task_configuration.
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def description @description end |
#status ⇒ Types::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.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def task_arn @task_arn end |
#task_configuration ⇒ Types::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.
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.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def version @version end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def workspace_name @workspace_name end |