Struct rusoto_rds::RDSOption [] [src]

pub struct RDSOption {
    pub db_security_group_memberships: Option<Vec<DBSecurityGroupMembership>>,
    pub option_description: Option<String>,
    pub option_name: Option<String>,
    pub option_settings: Option<Vec<OptionSetting>>,
    pub option_version: Option<String>,
    pub permanent: Option<bool>,
    pub persistent: Option<bool>,
    pub port: Option<i64>,
    pub vpc_security_group_memberships: Option<Vec<VpcSecurityGroupMembership>>,
}

Option details.

Fields

If the option requires access to a port, then this DB security group allows access to the port.

The description of the option.

The name of the option.

The option settings for this option.

The version of the option.

Indicate if this option is permanent.

Indicate if this option is persistent.

If required, the port configured for this option to use.

If the option requires access to a port, then this VPC security group allows access to the port.

Trait Implementations

impl Default for RDSOption
[src]

[src]

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

impl Debug for RDSOption
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RDSOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RDSOption

impl Sync for RDSOption