Class: Aws::Types::DescribeNetworkInterfacePermissionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6877
6878
6879
# File 'sig/types.rbs', line 6877

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6879
6880
6881
# File 'sig/types.rbs', line 6879

def max_results
  @max_results
end

#network_interface_permission_ids::Array[::String]

Returns the value of attribute network_interface_permission_ids.

Returns:

  • (::Array[::String])


6876
6877
6878
# File 'sig/types.rbs', line 6876

def network_interface_permission_ids
  @network_interface_permission_ids
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6878
6879
6880
# File 'sig/types.rbs', line 6878

def next_token
  @next_token
end