Class: Aws::CodeBuild::Types::StartCommandExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::StartCommandExecutionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#command_execution ⇒ Types::CommandExecution
Information about the requested command executions.
Instance Attribute Details
#command_execution ⇒ Types::CommandExecution
Information about the requested command executions.
7047 7048 7049 7050 7051 |
# File 'lib/aws-sdk-codebuild/types.rb', line 7047 class StartCommandExecutionOutput < Struct.new( :command_execution) SENSITIVE = [] include Aws::Structure end |