Struct rusoto_rds::DBSecurityGroup [] [src]

pub struct DBSecurityGroup {
    pub db_security_group_arn: Option<String>,
    pub db_security_group_description: Option<String>,
    pub db_security_group_name: Option<String>,
    pub ec2_security_groups: Option<Vec<EC2SecurityGroup>>,
    pub ip_ranges: Option<Vec<IPRange>>,
    pub owner_id: Option<String>,
    pub vpc_id: Option<String>,
}

Contains the result of a successful invocation of the following actions:

This data type is used as a response element in the DescribeDBSecurityGroups action.

Fields

The Amazon Resource Name (ARN) for the DB security group.

Provides the description of the DB security group.

Specifies the name of the DB security group.

Contains a list of EC2SecurityGroup elements.

Contains a list of IPRange elements.

Provides the AWS ID of the owner of a specific DB security group.

Provides the VpcId of the DB security group.

Trait Implementations

impl Default for DBSecurityGroup
[src]

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

impl Debug for DBSecurityGroup
[src]

Formats the value using the given formatter.

impl Clone for DBSecurityGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more