Module: Aws::Greengrass::Client::_GetBulkDeploymentStatusResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetBulkDeploymentStatusResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#bulk_deployment_metricsTypes::BulkDeploymentMetrics



630
# File 'sig/client.rbs', line 630

def bulk_deployment_metrics: () -> Types::BulkDeploymentMetrics

#bulk_deployment_status"Initializing", ...

Returns:

  • ("Initializing", "Running", "Completed", "Stopping", "Stopped", "Failed")


631
# File 'sig/client.rbs', line 631

def bulk_deployment_status: () -> ("Initializing" | "Running" | "Completed" | "Stopping" | "Stopped" | "Failed")

#created_at::String

Returns:

  • (::String)


632
# File 'sig/client.rbs', line 632

def created_at: () -> ::String

#error_details::Array[Types::ErrorDetail]

Returns:



633
# File 'sig/client.rbs', line 633

def error_details: () -> ::Array[Types::ErrorDetail]

#error_message::String

Returns:

  • (::String)


634
# File 'sig/client.rbs', line 634

def error_message: () -> ::String

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


635
# File 'sig/client.rbs', line 635

def tags: () -> ::Hash[::String, ::String]