Class: Aws::RoboMaker::Types::SyncDeploymentJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::SyncDeploymentJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
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.
5126 5127 5128 5129 5130 5131 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5126 class SyncDeploymentJobRequest < Struct.new( :client_request_token, :fleet) SENSITIVE = [] include Aws::Structure end |
#fleet ⇒ String
The target fleet for the synchronization.
5126 5127 5128 5129 5130 5131 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5126 class SyncDeploymentJobRequest < Struct.new( :client_request_token, :fleet) SENSITIVE = [] include Aws::Structure end |