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

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

#descriptionString

A brief description of the fleet to create.

Returns:

  • (String)


768
769
770
771
772
773
774
775
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 768

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)


768
769
770
771
772
773
774
775
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 768

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)


768
769
770
771
772
773
774
775
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 768

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:



768
769
770
771
772
773
774
775
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 768

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