Struct rusoto_iot::CreatePolicyResponse [] [src]

pub struct CreatePolicyResponse {
    pub policy_arn: Option<String>,
    pub policy_document: Option<String>,
    pub policy_name: Option<String>,
    pub policy_version_id: Option<String>,
}

The output from the CreatePolicy operation.

Fields

The policy ARN.

The JSON document that describes the policy.

The policy name.

The policy version ID.

Trait Implementations

impl Default for CreatePolicyResponse
[src]

[src]

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

impl Debug for CreatePolicyResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreatePolicyResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations