Struct rusoto_elb::SourceSecurityGroup [] [src]

pub struct SourceSecurityGroup {
    pub group_name: Option<SecurityGroupName>,
    pub owner_alias: Option<SecurityGroupOwnerAlias>,
}

Information about a source security group.

Fields

The name of the security group.

The owner of the security group.

Trait Implementations

impl Default for SourceSecurityGroup
[src]

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

impl Debug for SourceSecurityGroup
[src]

Formats the value using the given formatter.

impl Clone for SourceSecurityGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more