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:



6974
6975
6976
# File 'sig/types.rbs', line 6974

def network_interface_permissions
  @network_interface_permissions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6975
6976
6977
# File 'sig/types.rbs', line 6975

def next_token
  @next_token
end