Class: Aws::CodeBuild::Types::ListSandboxesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ListSandboxesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of sandbox records to be retrieved.
-
#next_token ⇒ String
The next token, if any, to get paginated results.
-
#sort_order ⇒ String
The order in which sandbox records should be retrieved.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of sandbox records to be retrieved.
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_token ⇒ String
The next token, if any, to get paginated results. You will get this value from previous execution of list sandboxes.
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_order ⇒ String
The order in which sandbox records should be retrieved.
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 |