Class: Aws::Types::DescribeNetworkInterfacePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkInterfacePermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#network_interface_permission_ids ⇒ ::Array[::String]
Returns the value of attribute network_interface_permission_ids.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6694 6695 6696 |
# File 'sig/types.rbs', line 6694 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
6693 6694 6695 |
# File 'sig/types.rbs', line 6693 def @network_interface_permission_ids end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6695 6696 6697 |
# File 'sig/types.rbs', line 6695 def next_token @next_token end |