Class: Aws::Types::DescribeNetworkInterfacePermissionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkInterfacePermissionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_interface_permissions ⇒ ::Array[Types::NetworkInterfacePermission]
Returns the value of attribute network_interface_permissions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#network_interface_permissions ⇒ ::Array[Types::NetworkInterfacePermission]
Returns the value of attribute network_interface_permissions.
6701 6702 6703 |
# File 'sig/types.rbs', line 6701 def @network_interface_permissions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6702 6703 6704 |
# File 'sig/types.rbs', line 6702 def next_token @next_token end |