Struct aws_sdk_ec2::input::DescribePrincipalIdFormatInput
source · #[non_exhaustive]pub struct DescribePrincipalIdFormatInput { /* private fields */ }
Implementations§
source§impl DescribePrincipalIdFormatInput
impl DescribePrincipalIdFormatInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribePrincipalIdFormat, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribePrincipalIdFormat, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribePrincipalIdFormat
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribePrincipalIdFormatInput
.
source§impl DescribePrincipalIdFormatInput
impl DescribePrincipalIdFormatInput
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
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
.
sourcepub fn resources(&self) -> Option<&[String]>
pub fn resources(&self) -> Option<&[String]>
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
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to request the next page of results.
Trait Implementations§
source§impl Clone for DescribePrincipalIdFormatInput
impl Clone for DescribePrincipalIdFormatInput
source§fn clone(&self) -> DescribePrincipalIdFormatInput
fn clone(&self) -> DescribePrincipalIdFormatInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<DescribePrincipalIdFormatInput> for DescribePrincipalIdFormatInput
impl PartialEq<DescribePrincipalIdFormatInput> for DescribePrincipalIdFormatInput
source§fn eq(&self, other: &DescribePrincipalIdFormatInput) -> bool
fn eq(&self, other: &DescribePrincipalIdFormatInput) -> bool
self
and other
values to be equal, and is used
by ==
.