Struct rusoto_rds::CreateOptionGroupMessage [] [src]

pub struct CreateOptionGroupMessage {
    pub engine_name: String,
    pub major_engine_version: String,
    pub option_group_description: String,
    pub option_group_name: String,
    pub tags: Option<TagList>,
}

Fields

Specifies the name of the engine that this option group should be associated with.

Specifies the major version of the engine that this option group should be associated with.

The description of the option group.

Specifies the name of the option group to be created.

Constraints:

  • Must be 1 to 255 alphanumeric characters or hyphens

  • First character must be a letter

  • Cannot end with a hyphen or contain two consecutive hyphens

Example: myoptiongroup

Trait Implementations

impl Default for CreateOptionGroupMessage
[src]

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

impl Debug for CreateOptionGroupMessage
[src]

Formats the value using the given formatter.

impl Clone for CreateOptionGroupMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more