Class: Aws::IoTFleetWise::Types::FleetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::FleetSummary
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Overview
Information about a fleet.
You can use the API operation to return this information about multiple fleets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
-
#creation_time ⇒ Time
The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
-
#description ⇒ String
A brief description of the fleet.
-
#id ⇒ String
The unique ID of the fleet.
-
#last_modification_time ⇒ Time
The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
-
#signal_catalog_arn ⇒ String
The ARN of the signal catalog associated with the fleet.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1417 class FleetSummary < Struct.new( :id, :arn, :description, :signal_catalog_arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1417 class FleetSummary < Struct.new( :id, :arn, :description, :signal_catalog_arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A brief description of the fleet.
1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1417 class FleetSummary < Struct.new( :id, :arn, :description, :signal_catalog_arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the fleet.
1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1417 class FleetSummary < Struct.new( :id, :arn, :description, :signal_catalog_arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1417 class FleetSummary < Struct.new( :id, :arn, :description, :signal_catalog_arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#signal_catalog_arn ⇒ String
The ARN of the signal catalog associated with the fleet.
1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1417 class FleetSummary < Struct.new( :id, :arn, :description, :signal_catalog_arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |