Class: Aws::CodeBuild::Types::ProjectFleet

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

Information about the compute fleet of the build project. For more information, see Working with reserved capacity in CodeBuild.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_arnString

Specifies the compute fleet ARN for the build project.

Returns:

  • (String)


4594
4595
4596
4597
4598
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 4594

class ProjectFleet < Struct.new(
  :fleet_arn)
  SENSITIVE = []
  include Aws::Structure
end