Class: Aws::Greengrass::Types::GetDeploymentStatusResponse

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

Overview

Information about the status of a deployment for a group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_statusString

The status of the deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.

Returns:

  • (String)


2251
2252
2253
2254
2255
2256
2257
2258
2259
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2251

class GetDeploymentStatusResponse < Struct.new(
  :deployment_status,
  :deployment_type,
  :error_details,
  :error_message,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_typeString

The type of the deployment.

Returns:

  • (String)


2251
2252
2253
2254
2255
2256
2257
2258
2259
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2251

class GetDeploymentStatusResponse < Struct.new(
  :deployment_status,
  :deployment_type,
  :error_details,
  :error_message,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#error_detailsArray<Types::ErrorDetail>

Error details

Returns:



2251
2252
2253
2254
2255
2256
2257
2258
2259
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2251

class GetDeploymentStatusResponse < Struct.new(
  :deployment_status,
  :deployment_type,
  :error_details,
  :error_message,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Error message

Returns:

  • (String)


2251
2252
2253
2254
2255
2256
2257
2258
2259
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2251

class GetDeploymentStatusResponse < Struct.new(
  :deployment_status,
  :deployment_type,
  :error_details,
  :error_message,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atString

The time, in milliseconds since the epoch, when the deployment status was updated.

Returns:

  • (String)


2251
2252
2253
2254
2255
2256
2257
2258
2259
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2251

class GetDeploymentStatusResponse < Struct.new(
  :deployment_status,
  :deployment_type,
  :error_details,
  :error_message,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end