Class: Aws::Types::DescribeNetworkInterfacesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkInterfacesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
6717 6718 6719 |
# File 'sig/types.rbs', line 6717 def network_interfaces @network_interfaces end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6718 6719 6720 |
# File 'sig/types.rbs', line 6718 def next_token @next_token end |