Class: Aws::IoTFleetWise::Types::FleetSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)


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_timeTime

The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).

Returns:

  • (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

#descriptionString

A brief description of the fleet.

Returns:

  • (String)


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

#idString

The unique ID of the fleet.

Returns:

  • (String)


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_timeTime

The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).

Returns:

  • (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_arnString

The ARN of the signal catalog associated with the fleet.

Returns:

  • (String)


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