#[non_exhaustive]pub struct DescribeNetworkInterfacePermissionsInput { /* private fields */ }
Expand description
Contains the parameters for DescribeNetworkInterfacePermissions.
Implementations§
source§impl DescribeNetworkInterfacePermissionsInput
impl DescribeNetworkInterfacePermissionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeNetworkInterfacePermissions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeNetworkInterfacePermissions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeNetworkInterfacePermissions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeNetworkInterfacePermissionsInput
.
source§impl DescribeNetworkInterfacePermissionsInput
impl DescribeNetworkInterfacePermissionsInput
sourcepub fn network_interface_permission_ids(&self) -> Option<&[String]>
pub fn network_interface_permission_ids(&self) -> Option<&[String]>
The network interface permission IDs.
sourcepub fn filters(&self) -> Option<&[Filter]>
pub fn filters(&self) -> Option<&[Filter]>
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
).
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to request the next page of results.
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. If this parameter is not specified, up to 50 results are returned by default.
Trait Implementations§
source§impl Clone for DescribeNetworkInterfacePermissionsInput
impl Clone for DescribeNetworkInterfacePermissionsInput
source§fn clone(&self) -> DescribeNetworkInterfacePermissionsInput
fn clone(&self) -> DescribeNetworkInterfacePermissionsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<DescribeNetworkInterfacePermissionsInput> for DescribeNetworkInterfacePermissionsInput
impl PartialEq<DescribeNetworkInterfacePermissionsInput> for DescribeNetworkInterfacePermissionsInput
source§fn eq(&self, other: &DescribeNetworkInterfacePermissionsInput) -> bool
fn eq(&self, other: &DescribeNetworkInterfacePermissionsInput) -> bool
self
and other
values to be equal, and is used
by ==
.