Class: Aws::IoTFleetWise::Types::DeleteFleetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::DeleteFleetResponse
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted fleet.
-
#id ⇒ String
The ID of the deleted fleet.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted fleet.
1287 1288 1289 1290 1291 1292 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1287 class DeleteFleetResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the deleted fleet.
1287 1288 1289 1290 1291 1292 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1287 class DeleteFleetResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |