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.
2124 2125 2126 2127 2128 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2124 class DeleteFleetInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |