Class: Aws::IoTFleetWise::Types::UpdateFleetResponse

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 updated fleet.

Returns:

  • (String)


4873
4874
4875
4876
4877
4878
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4873

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

#idString

The ID of the updated fleet.

Returns:

  • (String)


4873
4874
4875
4876
4877
4878
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4873

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