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.
      4620 4621 4622 4623 4624  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 4620 class ProjectFleet < Struct.new( :fleet_arn) SENSITIVE = [] include Aws::Structure end  |