Class: Aws::IoTFleetWise::Types::CreateFleetRequest

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

#descriptionString

A brief description of the fleet to create.

Returns:

  • (String)


818
819
820
821
822
823
824
825
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 818

class CreateFleetRequest < Struct.new(
  :fleet_id,
  :description,
  :signal_catalog_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The unique ID of the fleet to create.

Returns:

  • (String)


818
819
820
821
822
823
824
825
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 818

class CreateFleetRequest < Struct.new(
  :fleet_id,
  :description,
  :signal_catalog_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#signal_catalog_arnString

The Amazon Resource Name (ARN) of a signal catalog.

Returns:

  • (String)


818
819
820
821
822
823
824
825
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 818

class CreateFleetRequest < Struct.new(
  :fleet_id,
  :description,
  :signal_catalog_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Metadata that can be used to manage the fleet.

Returns:



818
819
820
821
822
823
824
825
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 818

class CreateFleetRequest < Struct.new(
  :fleet_id,
  :description,
  :signal_catalog_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end