#[non_exhaustive]pub struct GetCampaignOutput { /* private fields */ }Implementations§
source§impl GetCampaignOutput
impl GetCampaignOutput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the campaign.
sourcepub fn signal_catalog_arn(&self) -> Option<&str>
pub fn signal_catalog_arn(&self) -> Option<&str>
The ARN of a signal catalog.
sourcepub fn target_arn(&self) -> Option<&str>
pub fn target_arn(&self) -> Option<&str>
The ARN of the vehicle or the fleet targeted by the campaign.
sourcepub fn status(&self) -> Option<&CampaignStatus>
pub fn status(&self) -> Option<&CampaignStatus>
The state of the campaign. The status can be one of: CREATING, WAITING_FOR_APPROVAL, RUNNING, and SUSPENDED.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The time, in milliseconds, to deliver a campaign after it was approved.
sourcepub fn expiry_time(&self) -> Option<&DateTime>
pub fn expiry_time(&self) -> Option<&DateTime>
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.
sourcepub fn post_trigger_collection_duration(&self) -> Option<i64>
pub fn post_trigger_collection_duration(&self) -> Option<i64>
How long (in seconds) to collect raw data after a triggering event initiates the collection.
sourcepub fn diagnostics_mode(&self) -> Option<&DiagnosticsMode>
pub fn diagnostics_mode(&self) -> Option<&DiagnosticsMode>
Option for a vehicle to send diagnostic trouble codes to Amazon Web Services IoT FleetWise.
sourcepub fn spooling_mode(&self) -> Option<&SpoolingMode>
pub fn spooling_mode(&self) -> Option<&SpoolingMode>
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.
sourcepub fn compression(&self) -> Option<&Compression>
pub fn compression(&self) -> Option<&Compression>
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.
sourcepub fn priority(&self) -> Option<i32>
pub fn priority(&self) -> Option<i32>
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.
sourcepub fn signals_to_collect(&self) -> Option<&[SignalInformation]>
pub fn signals_to_collect(&self) -> Option<&[SignalInformation]>
Information about a list of signals to collect data on.
sourcepub fn collection_scheme(&self) -> Option<&CollectionScheme>
pub fn collection_scheme(&self) -> Option<&CollectionScheme>
Information about the data collection scheme associated with the campaign.
sourcepub fn data_extra_dimensions(&self) -> Option<&[String]>
pub fn data_extra_dimensions(&self) -> Option<&[String]>
A list of vehicle attributes associated with the campaign.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time the campaign was created in seconds since epoch (January 1, 1970 at midnight UTC time).
sourcepub fn last_modification_time(&self) -> Option<&DateTime>
pub fn last_modification_time(&self) -> Option<&DateTime>
The last time the campaign was modified.
source§impl GetCampaignOutput
impl GetCampaignOutput
sourcepub fn builder() -> GetCampaignOutputBuilder
pub fn builder() -> GetCampaignOutputBuilder
Creates a new builder-style object to manufacture GetCampaignOutput.
Trait Implementations§
source§impl Clone for GetCampaignOutput
impl Clone for GetCampaignOutput
source§fn clone(&self) -> GetCampaignOutput
fn clone(&self) -> GetCampaignOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetCampaignOutput
impl Debug for GetCampaignOutput
source§impl PartialEq<GetCampaignOutput> for GetCampaignOutput
impl PartialEq<GetCampaignOutput> for GetCampaignOutput
source§fn eq(&self, other: &GetCampaignOutput) -> bool
fn eq(&self, other: &GetCampaignOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for GetCampaignOutput
impl RequestId for GetCampaignOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.