Struct rusoto_redshift::AuthorizeClusterSecurityGroupIngressResult [] [src]

pub struct AuthorizeClusterSecurityGroupIngressResult {
    pub cluster_security_group: Option<ClusterSecurityGroup>,
}

Fields

Trait Implementations

impl Default for AuthorizeClusterSecurityGroupIngressResult
[src]

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

impl Debug for AuthorizeClusterSecurityGroupIngressResult
[src]

Formats the value using the given formatter.

impl Clone for AuthorizeClusterSecurityGroupIngressResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more