Class: Aws::Types::GetBulkDeploymentStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBulkDeploymentStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bulk_deployment_metrics ⇒ Types::BulkDeploymentMetrics
Returns the value of attribute bulk_deployment_metrics.
-
#bulk_deployment_status ⇒ "Initializing", ...
Returns the value of attribute bulk_deployment_status.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#error_details ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute error_details.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#bulk_deployment_metrics ⇒ Types::BulkDeploymentMetrics
Returns the value of attribute bulk_deployment_metrics.
624 625 626 |
# File 'sig/types.rbs', line 624 def bulk_deployment_metrics @bulk_deployment_metrics end |
#bulk_deployment_status ⇒ "Initializing", ...
Returns the value of attribute bulk_deployment_status.
625 626 627 |
# File 'sig/types.rbs', line 625 def bulk_deployment_status @bulk_deployment_status end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
626 627 628 |
# File 'sig/types.rbs', line 626 def created_at @created_at end |
#error_details ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute error_details.
627 628 629 |
# File 'sig/types.rbs', line 627 def error_details @error_details end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
628 629 630 |
# File 'sig/types.rbs', line 628 def @error_message end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
629 630 631 |
# File 'sig/types.rbs', line 629 def @tags end |