Class: Aws::Types::AwsEcsTaskDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#containers ⇒ ::Array[Types::AwsEcsContainerDetails]
Returns the value of attribute containers.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#started_at ⇒ ::String
Returns the value of attribute started_at.
-
#started_by ⇒ ::String
Returns the value of attribute started_by.
-
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#volumes ⇒ ::Array[Types::AwsEcsTaskVolumeDetails]
Returns the value of attribute volumes.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def cluster_arn @cluster_arn end |
#containers ⇒ ::Array[Types::AwsEcsContainerDetails]
Returns the value of attribute containers.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def containers @containers end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def created_at @created_at end |
#group ⇒ ::String
Returns the value of attribute group.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def group @group end |
#started_at ⇒ ::String
Returns the value of attribute started_at.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def started_at @started_at end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def started_by @started_by end |
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
2462 2463 2464 |
# File 'sig/types.rbs', line 2462 def task_definition_arn @task_definition_arn end |
#version ⇒ ::String
Returns the value of attribute version.
2463 2464 2465 |
# File 'sig/types.rbs', line 2463 def version @version end |
#volumes ⇒ ::Array[Types::AwsEcsTaskVolumeDetails]
Returns the value of attribute volumes.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def volumes @volumes end |