Class: Aws::CodeBuild::Types::ListSandboxesInput

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

#max_resultsInteger

The maximum number of sandbox records to be retrieved.

Returns:

  • (Integer)


4029
4030
4031
4032
4033
4034
4035
# File 'lib/aws-sdk-codebuild/types.rb', line 4029

class ListSandboxesInput < Struct.new(
  :max_results,
  :sort_order,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next token, if any, to get paginated results. You will get this value from previous execution of list sandboxes.

Returns:

  • (String)


4029
4030
4031
4032
4033
4034
4035
# File 'lib/aws-sdk-codebuild/types.rb', line 4029

class ListSandboxesInput < Struct.new(
  :max_results,
  :sort_order,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The order in which sandbox records should be retrieved.

Returns:

  • (String)


4029
4030
4031
4032
4033
4034
4035
# File 'lib/aws-sdk-codebuild/types.rb', line 4029

class ListSandboxesInput < Struct.new(
  :max_results,
  :sort_order,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end