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.
1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-codebuild/types.rb', line 1976 class DeleteFleetInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |