Class: Aws::CodeBuild::Types::BatchGetCommandExecutionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BatchGetCommandExecutionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#command_execution_ids ⇒ Array<String>
A comma separated list of ‘commandExecutionIds`.
-
#sandbox_id ⇒ String
A ‘sandboxId` or `sandboxArn`.
Instance Attribute Details
#command_execution_ids ⇒ Array<String>
A comma separated list of ‘commandExecutionIds`.
162 163 164 165 166 167 |
# File 'lib/aws-sdk-codebuild/types.rb', line 162 class BatchGetCommandExecutionsInput < Struct.new( :sandbox_id, :command_execution_ids) SENSITIVE = [] include Aws::Structure end |
#sandbox_id ⇒ String
A ‘sandboxId` or `sandboxArn`.
162 163 164 165 166 167 |
# File 'lib/aws-sdk-codebuild/types.rb', line 162 class BatchGetCommandExecutionsInput < Struct.new( :sandbox_id, :command_execution_ids) SENSITIVE = [] include Aws::Structure end |