Struct rusoto_shield::Subscription[][src]

pub struct Subscription {
    pub start_time: Option<f64>,
    pub time_commitment_in_seconds: Option<i64>,
}

Information about the AWS Shield Advanced subscription for an account.

Fields

The start time of the subscription, in Unix time in seconds. For more information see timestamp.

The length, in seconds, of the AWS Shield Advanced subscription for the account.

Trait Implementations

impl Default for Subscription
[src]

Returns the "default value" for a type. Read more

impl Debug for Subscription
[src]

Formats the value using the given formatter. Read more

impl Clone for Subscription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Subscription
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations