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

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 signal catalog.

Returns:

  • (String)


1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1896

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)


1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1896

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)


1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1896

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)


1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1896

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)


1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1896

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:



1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1896

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