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

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

Returns:

  • (String)


3974
3975
3976
3977
3978
3979
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3974

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

#idString

The ID of the updated fleet.

Returns:

  • (String)


3974
3975
3976
3977
3978
3979
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3974

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