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.
1958 1959 1960 1961 1962 |
# File 'lib/aws-sdk-codebuild/types.rb', line 1958 class DeleteFleetInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |