Struct rusoto_ssm::DescribeDocumentPermissionResponse [] [src]

pub struct DescribeDocumentPermissionResponse {
    pub account_ids: Option<Vec<String>>,
}

Fields

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

Trait Implementations

impl Default for DescribeDocumentPermissionResponse
[src]

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

impl Debug for DescribeDocumentPermissionResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeDocumentPermissionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more