Class: Aws::CodeBuild::Types::ListSandboxesForProjectOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ListSandboxesForProjectOutput
- Defined in:
- gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ids ⇒ Array<String>
Information about the requested sandbox IDs.
-
#next_token ⇒ String
Information about the next token to get paginated results.
Instance Attribute Details
#ids ⇒ Array<String>
Information about the requested sandbox IDs.
4007 4008 4009 4010 4011 4012 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 4007 class ListSandboxesForProjectOutput < Struct.new( :ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Information about the next token to get paginated results.
4007 4008 4009 4010 4011 4012 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 4007 class ListSandboxesForProjectOutput < Struct.new( :ids, :next_token) SENSITIVE = [] include Aws::Structure end |