Struct rusoto_ec2::DescribePrincipalIdFormatRequest[][src]

pub struct DescribePrincipalIdFormatRequest {
    pub dry_run: Option<bool>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub resources: Option<Vec<String>>,
}

Fields

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

The token to request the next page of results.

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

Trait Implementations

impl Default for DescribePrincipalIdFormatRequest
[src]

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

impl Debug for DescribePrincipalIdFormatRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribePrincipalIdFormatRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribePrincipalIdFormatRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations