Class: Aws::CodeBuild::Types::ProjectFleet
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ProjectFleet
- 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
-
#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.
4868 4869 4870 4871 4872 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 4868 class ProjectFleet < Struct.new( :fleet_arn) SENSITIVE = [] include Aws::Structure end |