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.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def cluster_arn @cluster_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def created_at @created_at end |
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def finished_at @finished_at end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def service_arn @service_arn end |
#service_deployment_arn ⇒ ::String
Returns the value of attribute service_deployment_arn.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def service_deployment_arn @service_deployment_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def started_at @started_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def status_reason @status_reason end |
#target_service_revision_arn ⇒ ::String
Returns the value of attribute target_service_revision_arn.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def target_service_revision_arn @target_service_revision_arn end |