Class: Aws::Greengrass::Types::GetBulkDeploymentStatusResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb

Overview

Information about the status of a bulk deployment at the time of the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bulk_deployment_metricsTypes::BulkDeploymentMetrics

Relevant metrics on input records processed during bulk deployment.



1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1953

class GetBulkDeploymentStatusResponse < Struct.new(
  :bulk_deployment_metrics,
  :bulk_deployment_status,
  :created_at,
  :error_details,
  :error_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#bulk_deployment_statusString

The status of the bulk deployment.

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1953

class GetBulkDeploymentStatusResponse < Struct.new(
  :bulk_deployment_metrics,
  :bulk_deployment_status,
  :created_at,
  :error_details,
  :error_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atString

The time, in ISO format, when the deployment was created.

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1953

class GetBulkDeploymentStatusResponse < Struct.new(
  :bulk_deployment_metrics,
  :bulk_deployment_status,
  :created_at,
  :error_details,
  :error_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#error_detailsArray<Types::ErrorDetail>

Error details

Returns:



1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1953

class GetBulkDeploymentStatusResponse < Struct.new(
  :bulk_deployment_metrics,
  :bulk_deployment_status,
  :created_at,
  :error_details,
  :error_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Error message

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1953

class GetBulkDeploymentStatusResponse < Struct.new(
  :bulk_deployment_metrics,
  :bulk_deployment_status,
  :created_at,
  :error_details,
  :error_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The key-value pair for the resource tag.

Returns:

  • (Hash<String,String>)


1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1953

class GetBulkDeploymentStatusResponse < Struct.new(
  :bulk_deployment_metrics,
  :bulk_deployment_status,
  :created_at,
  :error_details,
  :error_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end