You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::NetworkInterfacePermission

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a permission for a network interface.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The AWS account ID.

Returns:

  • (String)

    The AWS account ID.

#aws_serviceString

The AWS service.

Returns:

  • (String)

    The AWS service.

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)

    The ID of the network interface.

#network_interface_permission_idString

The ID of the network interface permission.

Returns:

  • (String)

    The ID of the network interface permission.

#permissionString

The type of permission.

Possible values:

  • INSTANCE-ATTACH
  • EIP-ASSOCIATE

Returns:

  • (String)

    The type of permission.

#permission_stateTypes::NetworkInterfacePermissionState

Information about the state of the permission.

Returns: