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)


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

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