Class: Aws::IoTFleetWise::Types::CreateSignalCatalogResponse

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 ARN of the created signal catalog.

Returns:

  • (String)


871
872
873
874
875
876
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 871

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

#nameString

The name of the created signal catalog.

Returns:

  • (String)


871
872
873
874
875
876
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 871

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