Struct aws_sdk_ec2::client::fluent_builders::DescribePrincipalIdFormat [−][src]
pub struct DescribePrincipalIdFormat<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DescribePrincipalIdFormat
.
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.
By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.
The following resource types support longer IDs: 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
.
Implementations
impl<C, M, R> DescribePrincipalIdFormat<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribePrincipalIdFormat<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribePrincipalIdFormatOutput, SdkError<DescribePrincipalIdFormatError>> where
R::Policy: SmithyRetryPolicy<DescribePrincipalIdFormatInputOperationOutputAlias, DescribePrincipalIdFormatOutput, DescribePrincipalIdFormatError, DescribePrincipalIdFormatInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribePrincipalIdFormatOutput, SdkError<DescribePrincipalIdFormatError>> where
R::Policy: SmithyRetryPolicy<DescribePrincipalIdFormatInputOperationOutputAlias, DescribePrincipalIdFormatOutput, DescribePrincipalIdFormatError, DescribePrincipalIdFormatInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
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
.
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
.
Appends an item to Resources
.
To override the contents of this collection use set_resources
.
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
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
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 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 token to request the next page of results.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DescribePrincipalIdFormat<C, M, R>
impl<C, M, R> Send for DescribePrincipalIdFormat<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribePrincipalIdFormat<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribePrincipalIdFormat<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DescribePrincipalIdFormat<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more