Struct rusoto_iot::CreatePolicyVersionResponse [] [src]

pub struct CreatePolicyVersionResponse {
    pub is_default_version: Option<IsDefaultVersion>,
    pub policy_arn: Option<PolicyArn>,
    pub policy_document: Option<PolicyDocument>,
    pub policy_version_id: Option<PolicyVersionId>,
}

The output of the CreatePolicyVersion operation.

Fields

Specifies whether the policy version is the default.

The policy ARN.

The JSON document that describes the policy.

The policy version ID.

Trait Implementations

impl Default for CreatePolicyVersionResponse
[src]

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

impl Debug for CreatePolicyVersionResponse
[src]

Formats the value using the given formatter.

impl Clone for CreatePolicyVersionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more