Class: Aws::IoTFleetWise::Types::GetSignalCatalogRequest

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

#nameString

The name of the signal catalog to retrieve information about.

Returns:

  • (String)


1865
1866
1867
1868
1869
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1865

class GetSignalCatalogRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end