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:



6694
6695
6696
# File 'sig/types.rbs', line 6694

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6696
6697
6698
# File 'sig/types.rbs', line 6696

def max_results
  @max_results
end

#network_interface_permission_ids::Array[::String]

Returns the value of attribute network_interface_permission_ids.

Returns:

  • (::Array[::String])


6693
6694
6695
# File 'sig/types.rbs', line 6693

def network_interface_permission_ids
  @network_interface_permission_ids
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6695
6696
6697
# File 'sig/types.rbs', line 6695

def next_token
  @next_token
end