Class: Aws::IoTFleetWise::Types::GetFleetResponse

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

#arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)


1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1729

class GetFleetResponse < 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)


1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1729

class GetFleetResponse < 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)


1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1729

class GetFleetResponse < Struct.new(
  :id,
  :arn,
  :description,
  :signal_catalog_arn,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the fleet.

Returns:

  • (String)


1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1729

class GetFleetResponse < 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)


1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1729

class GetFleetResponse < Struct.new(
  :id,
  :arn,
  :description,
  :signal_catalog_arn,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#signal_catalog_arnString

The ARN of a signal catalog associated with the fleet.

Returns:

  • (String)


1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1729

class GetFleetResponse < Struct.new(
  :id,
  :arn,
  :description,
  :signal_catalog_arn,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end