Class: Aws::IoTFleetWise::Types::GetSignalCatalogResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 signal catalog.

Returns:

  • (String)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2249

class GetSignalCatalogResponse < Struct.new(
  :name,
  :arn,
  :description,
  :node_counts,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

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

Returns:

  • (Time)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2249

class GetSignalCatalogResponse < Struct.new(
  :name,
  :arn,
  :description,
  :node_counts,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A brief description of the signal catalog.

Returns:

  • (String)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2249

class GetSignalCatalogResponse < Struct.new(
  :name,
  :arn,
  :description,
  :node_counts,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modification_timeTime

The last time the signal catalog was modified.

Returns:

  • (Time)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2249

class GetSignalCatalogResponse < Struct.new(
  :name,
  :arn,
  :description,
  :node_counts,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the signal catalog.

Returns:

  • (String)


2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2249

class GetSignalCatalogResponse < Struct.new(
  :name,
  :arn,
  :description,
  :node_counts,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#node_countsTypes::NodeCounts

The total number of network nodes specified in a signal catalog.

Returns:



2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2249

class GetSignalCatalogResponse < Struct.new(
  :name,
  :arn,
  :description,
  :node_counts,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end