Class: Aws::WorkLink::Types::DeleteFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::DeleteFleetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_arn ⇒ String
The ARN of the fleet.
Instance Attribute Details
#fleet_arn ⇒ String
The ARN of the fleet.
161 162 163 164 165 |
# File 'lib/aws-sdk-worklink/types.rb', line 161 class DeleteFleetRequest < Struct.new( :fleet_arn) SENSITIVE = [] include Aws::Structure end |