Struct rusoto_shield::DescribeSubscriptionResponse[][src]

pub struct DescribeSubscriptionResponse {
    pub subscription: Option<Subscription>,
}

Fields

The AWS Shield Advanced subscription details for an account.

Trait Implementations

impl Default for DescribeSubscriptionResponse
[src]

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

impl Debug for DescribeSubscriptionResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeSubscriptionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeSubscriptionResponse
[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