Class: Aws::RoboMaker::Types::SyncDeploymentJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::SyncDeploymentJobRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Note:
When making an API call, you may pass SyncDeploymentJobRequest data as a hash:
{
client_request_token: "ClientRequestToken", # required
fleet: "Arn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#fleet ⇒ String
The target fleet for the synchronization.
Instance Attribute Details
#client_request_token ⇒ String
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.
6347 6348 6349 6350 6351 6352 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 6347 class SyncDeploymentJobRequest < Struct.new( :client_request_token, :fleet) SENSITIVE = [] include Aws::Structure end |
#fleet ⇒ String
The target fleet for the synchronization.
6347 6348 6349 6350 6351 6352 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 6347 class SyncDeploymentJobRequest < Struct.new( :client_request_token, :fleet) SENSITIVE = [] include Aws::Structure end |