Class: Aws::CodeBuild::Types::ListCommandExecutionsForSandboxOutput

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_executionsArray<Types::CommandExecution>

Information about the requested command executions.

Returns:



3604
3605
3606
3607
3608
3609
# File 'lib/aws-sdk-codebuild/types.rb', line 3604

class ListCommandExecutionsForSandboxOutput < Struct.new(
  :command_executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Information about the next token to get paginated results.

Returns:

  • (String)


3604
3605
3606
3607
3608
3609
# File 'lib/aws-sdk-codebuild/types.rb', line 3604

class ListCommandExecutionsForSandboxOutput < Struct.new(
  :command_executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end