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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1596
1597
1598
1599
1600
1601
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1596

class DeleteFleetResponse < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the deleted fleet.

Returns:

  • (String)


1596
1597
1598
1599
1600
1601
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1596

class DeleteFleetResponse < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end