Struct rusoto_rds::OptionGroupMembership [] [src]

pub struct OptionGroupMembership {
    pub option_group_name: Option<String>,
    pub status: Option<String>,
}

Provides information on the option groups the DB instance is a member of.

Fields

The name of the option group that the instance belongs to.

The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.

Trait Implementations

impl Default for OptionGroupMembership
[src]

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

impl Debug for OptionGroupMembership
[src]

Formats the value using the given formatter.

impl Clone for OptionGroupMembership
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more