Class: Aws::IoTFleetWise::Types::GetCampaignResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[:signals_to_collect, :data_extra_dimensions]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the campaign.

Returns:

  • (String)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#collection_schemeTypes::CollectionScheme

Information about the data collection scheme associated with the campaign.



1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#compressionString

Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise. If ‘OFF` is specified, the signals aren’t compressed. If it’s not specified, ‘SNAPPY` is used.

Returns:

  • (String)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#creation_timeTime

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

Returns:

  • (Time)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#data_destination_configsArray<Types::DataDestinationConfig>

The destination where the campaign sends data. You can send data to an MQTT topic, or store it in Amazon S3 or Amazon Timestream.

MQTT is the publish/subscribe messaging protocol used by Amazon Web Services IoT to communicate with your devices.

Amazon S3 optimizes the cost of data storage and provides additional mechanisms to use vehicle data, such as data lakes, centralized data storage, data processing pipelines, and analytics.

You can use Amazon Timestream to access and analyze time series data, and Timestream to query vehicle data so that you can identify trends and patterns.

Returns:



1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#data_extra_dimensionsArray<String>

A list of vehicle attributes associated with the campaign.

Returns:

  • (Array<String>)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#data_partitionsArray<Types::DataPartition>

The data partitions associated with the signals collected from the vehicle.

Returns:



1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#descriptionString

The description of the campaign.

Returns:

  • (String)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#diagnostics_modeString

Option for a vehicle to send diagnostic trouble codes to Amazon Web Services IoT FleetWise.

Returns:

  • (String)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#expiry_timeTime

The time the campaign expires, in seconds since epoch (January 1, 1970 at midnight UTC time). Vehicle data won’t be collected after the campaign expires.

Returns:

  • (Time)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#last_modification_timeTime

The last time the campaign was modified.

Returns:

  • (Time)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#nameString

The name of the campaign.

Returns:

  • (String)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#post_trigger_collection_durationInteger

How long (in seconds) to collect raw data after a triggering event initiates the collection.

Returns:

  • (Integer)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#priorityInteger

A number indicating the priority of one campaign over another campaign for a certain vehicle or fleet. A campaign with the lowest value is deployed to vehicles before any other campaigns.

Returns:

  • (Integer)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#signal_catalog_arnString

The ARN of a signal catalog.

Returns:

  • (String)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#signals_to_collectArray<Types::SignalInformation>

Information about a list of signals to collect data on.

Returns:



1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#signals_to_fetchArray<Types::SignalFetchInformation>

Information about a list of signals to fetch data from.

Returns:



1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#spooling_modeString

Whether to store collected data after a vehicle lost a connection with the cloud. After a connection is re-established, the data is automatically forwarded to Amazon Web Services IoT FleetWise.

Returns:

  • (String)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#start_timeTime

The time, in milliseconds, to deliver a campaign after it was approved.

Returns:

  • (Time)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#statusString

The state of the campaign. The status can be one of: ‘CREATING`, `WAITING_FOR_APPROVAL`, `RUNNING`, and `SUSPENDED`.

Returns:

  • (String)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end

#target_arnString

The ARN of the vehicle or the fleet targeted by the campaign.

Returns:

  • (String)


1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1913

class GetCampaignResponse < Struct.new(
  :name,
  :arn,
  :description,
  :signal_catalog_arn,
  :target_arn,
  :status,
  :start_time,
  :expiry_time,
  :post_trigger_collection_duration,
  :diagnostics_mode,
  :spooling_mode,
  :compression,
  :priority,
  :signals_to_collect,
  :collection_scheme,
  :data_extra_dimensions,
  :creation_time,
  :last_modification_time,
  :data_destination_configs,
  :data_partitions,
  :signals_to_fetch)
  SENSITIVE = [:signals_to_collect, :data_extra_dimensions]
  include Aws::Structure
end