Class: Aws::IoTFleetWise::Types::DeleteFleetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the deleted fleet.

Returns:

  • (String)


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

#idString

The ID of the deleted fleet.

Returns:

  • (String)


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