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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/codebuild/latest/userguide/fleets.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_arnString

Specifies the compute fleet ARN for the build project.

Returns:

  • (String)


4502
4503
4504
4505
4506
# File 'lib/aws-sdk-codebuild/types.rb', line 4502

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