Class: Aws::CodeBuild::Types::StartCommandExecutionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#command_executionTypes::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