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.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def description @description end |
#status ⇒ Types::ResourceStatus
Returns the value of attribute status.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def status @status end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def task_arn @task_arn end |
#task_configuration ⇒ Types::TaskConfiguration
Returns the value of attribute task_configuration.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def task_configuration @task_configuration end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def task_name @task_name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def version @version end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def workspace_name @workspace_name end |