Class: Aws::Types::ListDecoderManifestNetworkInterfacesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDecoderManifestNetworkInterfacesResponse
- 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.
788 789 790 |
# File 'sig/types.rbs', line 788 def network_interfaces @network_interfaces end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
789 790 791 |
# File 'sig/types.rbs', line 789 def next_token @next_token end |