Class: Aws::RoboMaker::Types::SyncDeploymentJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/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)


5125
5126
5127
5128
5129
5130
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5125

class SyncDeploymentJobRequest < Struct.new(
  :client_request_token,
  :fleet)
  SENSITIVE = []
  include Aws::Structure
end

#fleetString

The target fleet for the synchronization.

Returns:

  • (String)


5125
5126
5127
5128
5129
5130
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5125

class SyncDeploymentJobRequest < Struct.new(
  :client_request_token,
  :fleet)
  SENSITIVE = []
  include Aws::Structure
end