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.

impl Clone for DBClusterOptionGroupStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more