Struct aws_sdk_ec2::operation::describe_network_interface_permissions::DescribeNetworkInterfacePermissionsInput
source · #[non_exhaustive]pub struct DescribeNetworkInterfacePermissionsInput { /* private fields */ }
Expand description
Contains the parameters for DescribeNetworkInterfacePermissions.
Implementations§
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 returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. If this parameter is not specified, up to 50 results are returned by default. For more information, see Pagination.
source§impl DescribeNetworkInterfacePermissionsInput
impl DescribeNetworkInterfacePermissionsInput
sourcepub fn builder() -> DescribeNetworkInterfacePermissionsInputBuilder
pub fn builder() -> DescribeNetworkInterfacePermissionsInputBuilder
Creates a new builder-style object to manufacture DescribeNetworkInterfacePermissionsInput
.
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
>
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 ==
.