Class: Aws::Types::DescribeNetworkInterfacePermissionsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_interface_permissions::Array[Types::NetworkInterfacePermission]

Returns the value of attribute network_interface_permissions.

Returns:



6701
6702
6703
# File 'sig/types.rbs', line 6701

def network_interface_permissions
  @network_interface_permissions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6702
6703
6704
# File 'sig/types.rbs', line 6702

def next_token
  @next_token
end