Class: Aws::CodeBuild::Types::BatchGetFleetsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BatchGetFleetsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleets ⇒ Array<Types::Fleet>
Information about the requested compute fleets.
-
#fleets_not_found ⇒ Array<String>
The names of compute fleets for which information could not be found.
Instance Attribute Details
#fleets ⇒ Array<Types::Fleet>
Information about the requested compute fleets.
132 133 134 135 136 137 |
# File 'lib/aws-sdk-codebuild/types.rb', line 132 class BatchGetFleetsOutput < Struct.new( :fleets, :fleets_not_found) SENSITIVE = [] include Aws::Structure end |
#fleets_not_found ⇒ Array<String>
The names of compute fleets for which information could not be found.
132 133 134 135 136 137 |
# File 'lib/aws-sdk-codebuild/types.rb', line 132 class BatchGetFleetsOutput < Struct.new( :fleets, :fleets_not_found) SENSITIVE = [] include Aws::Structure end |