Struct rusoto_redshift::AccountWithRestoreAccess [] [src]

pub struct AccountWithRestoreAccess {
    pub account_alias: Option<String>,
    pub account_id: Option<String>,
}

Describes an AWS customer account authorized to restore a snapshot.

Fields

The identifier of an AWS support account authorized to restore a snapshot. For AWS support, the identifier is amazon-redshift-support.

The identifier of an AWS customer account authorized to restore a snapshot.

Trait Implementations

impl Default for AccountWithRestoreAccess
[src]

[src]

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

impl Debug for AccountWithRestoreAccess
[src]

[src]

Formats the value using the given formatter.

impl Clone for AccountWithRestoreAccess
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more