Struct rusoto_opsworkscm::DescribeAccountAttributesResponse [] [src]

pub struct DescribeAccountAttributesResponse {
    pub attributes: Option<AccountAttributes>,
}

Fields

The attributes that are currently set for the account.

Trait Implementations

impl Default for DescribeAccountAttributesResponse
[src]

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

impl Debug for DescribeAccountAttributesResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeAccountAttributesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more