Class: Aws::IoTFleetWise::Types::CreateFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CreateFleetRequest
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A brief description of the fleet to create.
-
#fleet_id ⇒ String
The unique ID of the fleet to create.
-
#signal_catalog_arn ⇒ String
The Amazon Resource Name (ARN) of a signal catalog.
-
#tags ⇒ Array<Types::Tag>
Metadata that can be used to manage the fleet.
Instance Attribute Details
#description ⇒ String
A brief description of the fleet to create.
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_id ⇒ String
The unique ID of the fleet to create.
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_arn ⇒ String
The Amazon Resource Name (ARN) of a signal catalog.
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 |
#tags ⇒ Array<Types::Tag>
Metadata that can be used to manage the fleet.
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 |