Class: Aws::EC2::Types::CreateNetworkInterfaceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateNetworkInterfaceResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The token to use to retrieve the next page of results.
-
#network_interface ⇒ Types::NetworkInterface
Information about the network interface.
Instance Attribute Details
#client_token ⇒ String
The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
12631 12632 12633 12634 12635 12636 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12631 class CreateNetworkInterfaceResult < Struct.new( :network_interface, :client_token) SENSITIVE = [] include Aws::Structure end |
#network_interface ⇒ Types::NetworkInterface
Information about the network interface.
12631 12632 12633 12634 12635 12636 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12631 class CreateNetworkInterfaceResult < Struct.new( :network_interface, :client_token) SENSITIVE = [] include Aws::Structure end |