Class: Aws::IoTFleetWise::Types::CreateFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CreateFleetRequest
- Includes:
- Structure
- Defined in:
- 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.
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_id ⇒ String
The unique ID of the fleet to create.
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_arn ⇒ String
The Amazon Resource Name (ARN) of a signal catalog.
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 |
#tags ⇒ Array<Types::Tag>
Metadata that can be used to manage the fleet.
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 |