Struct rusoto_rds::OptionVersion [] [src]

pub struct OptionVersion {
    pub is_default: Option<bool>,
    pub version: Option<String>,
}

The version for an option. Option group option versions are returned by the DescribeOptionGroupOptions action.

Fields

True if the version is the default version of the option; otherwise, false.

The version of the option.

Trait Implementations

impl Default for OptionVersion
[src]

[src]

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

impl Debug for OptionVersion
[src]

[src]

Formats the value using the given formatter.

impl Clone for OptionVersion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more