Class: Aws::RoboMaker::Types::CreateDeploymentJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


278
279
280
281
282
283
284
285
286
# File 'lib/aws-sdk-robomaker/types.rb', line 278

class CreateDeploymentJobRequest < Struct.new(
  :deployment_config,
  :client_request_token,
  :fleet,
  :deployment_application_configs,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_application_configsArray<Types::DeploymentApplicationConfig>

The deployment application configuration.



278
279
280
281
282
283
284
285
286
# File 'lib/aws-sdk-robomaker/types.rb', line 278

class CreateDeploymentJobRequest < Struct.new(
  :deployment_config,
  :client_request_token,
  :fleet,
  :deployment_application_configs,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_configTypes::DeploymentConfig

The requested deployment configuration.



278
279
280
281
282
283
284
285
286
# File 'lib/aws-sdk-robomaker/types.rb', line 278

class CreateDeploymentJobRequest < Struct.new(
  :deployment_config,
  :client_request_token,
  :fleet,
  :deployment_application_configs,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#fleetString

The Amazon Resource Name (ARN) of the fleet to deploy.

Returns:

  • (String)


278
279
280
281
282
283
284
285
286
# File 'lib/aws-sdk-robomaker/types.rb', line 278

class CreateDeploymentJobRequest < Struct.new(
  :deployment_config,
  :client_request_token,
  :fleet,
  :deployment_application_configs,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map that contains tag keys and tag values that are attached to the deployment job.

Returns:

  • (Hash<String,String>)


278
279
280
281
282
283
284
285
286
# File 'lib/aws-sdk-robomaker/types.rb', line 278

class CreateDeploymentJobRequest < Struct.new(
  :deployment_config,
  :client_request_token,
  :fleet,
  :deployment_application_configs,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end