Struct rusoto_rds::DBClusterOptionGroupStatus[][src]

pub struct DBClusterOptionGroupStatus {
    pub db_cluster_option_group_name: Option<String>,
    pub status: Option<String>,
}

Contains status information for a DB cluster option group.

Fields

Specifies the name of the DB cluster option group.

Specifies the status of the DB cluster option group.

Trait Implementations

impl Default for DBClusterOptionGroupStatus
[src]

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

impl Debug for DBClusterOptionGroupStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for DBClusterOptionGroupStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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