Struct rusoto_iot::GetPolicyResponse [] [src]

pub struct GetPolicyResponse {
    pub default_version_id: Option<String>,
    pub policy_arn: Option<String>,
    pub policy_document: Option<String>,
    pub policy_name: Option<String>,
}

The output from the GetPolicy operation.

Fields

The default policy version ID.

The policy ARN.

The JSON document that describes the policy.

The policy name.

Trait Implementations

impl Default for GetPolicyResponse
[src]

[src]

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

impl Debug for GetPolicyResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetPolicyResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more