Module: Aws::Greengrass::Client::_GetBulkDeploymentStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBulkDeploymentStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bulk_deployment_metrics ⇒ Types::BulkDeploymentMetrics
- #bulk_deployment_status ⇒ "Initializing", ...
- #created_at ⇒ ::String
- #error_details ⇒ ::Array[Types::ErrorDetail]
- #error_message ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#bulk_deployment_metrics ⇒ Types::BulkDeploymentMetrics
630 |
# File 'sig/client.rbs', line 630
def bulk_deployment_metrics: () -> Types::BulkDeploymentMetrics
|
#bulk_deployment_status ⇒ "Initializing", ...
631 |
# File 'sig/client.rbs', line 631
def bulk_deployment_status: () -> ("Initializing" | "Running" | "Completed" | "Stopping" | "Stopped" | "Failed")
|
#created_at ⇒ ::String
632 |
# File 'sig/client.rbs', line 632
def created_at: () -> ::String
|
#error_details ⇒ ::Array[Types::ErrorDetail]
633 |
# File 'sig/client.rbs', line 633
def error_details: () -> ::Array[Types::ErrorDetail]
|
#error_message ⇒ ::String
634 |
# File 'sig/client.rbs', line 634
def error_message: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
635 |
# File 'sig/client.rbs', line 635
def tags: () -> ::Hash[::String, ::String]
|