Class: Aws::IoTFleetWise::Types::CreateFleetResponse

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 ARN of the created fleet.

Returns:

  • (String)


785
786
787
788
789
790
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 785

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

#idString

The ID of the created fleet.

Returns:

  • (String)


785
786
787
788
789
790
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 785

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