Class: Aws::Types::ServiceDeploymentBrief
- Inherits:
-
Object
- Object
- Aws::Types::ServiceDeploymentBrief
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#service_deployment_arn ⇒ ::String
Returns the value of attribute service_deployment_arn.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#target_service_revision_arn ⇒ ::String
Returns the value of attribute target_service_revision_arn.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def cluster_arn @cluster_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def created_at @created_at end |
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def finished_at @finished_at end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def service_arn @service_arn end |
#service_deployment_arn ⇒ ::String
Returns the value of attribute service_deployment_arn.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def service_deployment_arn @service_deployment_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def started_at @started_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def status_reason @status_reason end |
#target_service_revision_arn ⇒ ::String
Returns the value of attribute target_service_revision_arn.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def target_service_revision_arn @target_service_revision_arn end |