Class: Aws::CodeBuild::Types::DeleteFleetInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeBuild::Types::DeleteFleetInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codebuild/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the compute fleet.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the compute fleet.
      2113 2114 2115 2116 2117  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 2113 class DeleteFleetInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end  |