Class: Aws::CodeBuild::Types::BatchGetFleetsOutput

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

#fleetsArray<Types::Fleet>

Information about the requested compute fleets.

Returns:



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_foundArray<String>

The names of compute fleets for which information could not be found.

Returns:

  • (Array<String>)


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