Class: Aws::CodeBuild::Types::ProjectFleet
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ProjectFleet
- 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
-
#fleet_arn ⇒ String
Specifies the compute fleet ARN for the build project.
Instance Attribute Details
#fleet_arn ⇒ String
Specifies the compute fleet ARN for the build project.
4654 4655 4656 4657 4658 |
# File 'lib/aws-sdk-codebuild/types.rb', line 4654 class ProjectFleet < Struct.new( :fleet_arn) SENSITIVE = [] include Aws::Structure end |