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

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 campaign.

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  include Aws::Structure
end

#collection_schemeTypes::CollectionScheme

Information about the data collection scheme associated with the campaign.



1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  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)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  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)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  include Aws::Structure
end

#data_destination_configsArray<Types::DataDestinationConfig>

The destination where the campaign sends data. You can choose to send data to be stored in Amazon S3 or Amazon Timestream.

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:



1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  include Aws::Structure
end

#data_extra_dimensionsArray<String>

A list of vehicle attributes associated with the campaign.

Returns:

  • (Array<String>)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the campaign.

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  include Aws::Structure
end

#diagnostics_modeString

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

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  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)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  include Aws::Structure
end

#last_modification_timeTime

The last time the campaign was modified.

Returns:

  • (Time)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the campaign.

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  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)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  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)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  include Aws::Structure
end

#signal_catalog_arnString

The ARN of a signal catalog.

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  include Aws::Structure
end

#signals_to_collectArray<Types::SignalInformation>

Information about a list of signals to collect data on.

Returns:



1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  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)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

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

Returns:

  • (Time)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  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)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

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

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1468

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)
  SENSITIVE = []
  include Aws::Structure
end