Class: Aws::Greengrass::Types::StartBulkDeploymentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bulk_deployment_arnString

The ARN of the bulk deployment.

Returns:

  • (String)


4323
4324
4325
4326
4327
4328
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4323

class StartBulkDeploymentResponse < Struct.new(
  :bulk_deployment_arn,
  :bulk_deployment_id)
  SENSITIVE = []
  include Aws::Structure
end

#bulk_deployment_idString

The ID of the bulk deployment.

Returns:

  • (String)


4323
4324
4325
4326
4327
4328
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4323

class StartBulkDeploymentResponse < Struct.new(
  :bulk_deployment_arn,
  :bulk_deployment_id)
  SENSITIVE = []
  include Aws::Structure
end