Struct aws_sdk_ec2::client::fluent_builders::DescribeNetworkInterfacePermissions [−][src]
pub struct DescribeNetworkInterfacePermissions<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DescribeNetworkInterfacePermissions
.
Describes the permissions for your network interfaces.
Implementations
impl<C, M, R> DescribeNetworkInterfacePermissions<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeNetworkInterfacePermissions<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeNetworkInterfacePermissionsOutput, SdkError<DescribeNetworkInterfacePermissionsError>> where
R::Policy: SmithyRetryPolicy<DescribeNetworkInterfacePermissionsInputOperationOutputAlias, DescribeNetworkInterfacePermissionsOutput, DescribeNetworkInterfacePermissionsError, DescribeNetworkInterfacePermissionsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeNetworkInterfacePermissionsOutput, SdkError<DescribeNetworkInterfacePermissionsError>> where
R::Policy: SmithyRetryPolicy<DescribeNetworkInterfacePermissionsInputOperationOutputAlias, DescribeNetworkInterfacePermissionsOutput, DescribeNetworkInterfacePermissionsError, DescribeNetworkInterfacePermissionsInputOperationRetryAlias>,
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.
Appends an item to NetworkInterfacePermissionIds
.
To override the contents of this collection use set_network_interface_permission_ids
.
One or more network interface permission IDs.
One or more network interface permission IDs.
Appends an item to Filters
.
To override the contents of this collection use set_filters
.
One or more filters.
-
network-interface-permission.network-interface-permission-id
- The ID of the permission. -
network-interface-permission.network-interface-id
- The ID of the network interface. -
network-interface-permission.aws-account-id
- The Amazon Web Services account ID. -
network-interface-permission.aws-service
- The Amazon Web Service. -
network-interface-permission.permission
- The type of permission (INSTANCE-ATTACH
|EIP-ASSOCIATE
).
One or more filters.
-
network-interface-permission.network-interface-permission-id
- The ID of the permission. -
network-interface-permission.network-interface-id
- The ID of the network interface. -
network-interface-permission.aws-account-id
- The Amazon Web Services account ID. -
network-interface-permission.aws-service
- The Amazon Web Service. -
network-interface-permission.permission
- The type of permission (INSTANCE-ATTACH
|EIP-ASSOCIATE
).
The token to request the next page of results.
The token to request the next page of results.
The maximum number of results to return in a single call. To retrieve the remaining results,
make another call with the returned NextToken
value. If this parameter is not specified, up to 50 results are returned by default.
The maximum number of results to return in a single call. To retrieve the remaining results,
make another call with the returned NextToken
value. If this parameter is not specified, up to 50 results are returned by default.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DescribeNetworkInterfacePermissions<C, M, R>
impl<C, M, R> Send for DescribeNetworkInterfacePermissions<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeNetworkInterfacePermissions<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeNetworkInterfacePermissions<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DescribeNetworkInterfacePermissions<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