Class: Aws::Types::CreateNetworkInterfaceResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkInterfaceResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#network_interface ⇒ Types::NetworkInterface
Returns the value of attribute network_interface.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2923 2924 2925 |
# File 'sig/types.rbs', line 2923 def client_token @client_token end |
#network_interface ⇒ Types::NetworkInterface
Returns the value of attribute network_interface.
2922 2923 2924 |
# File 'sig/types.rbs', line 2922 def network_interface @network_interface end |