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.
11118 11119 11120 11121 11122 11123 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11118 class CreateNetworkInterfaceResult < Struct.new( :network_interface, :client_token) SENSITIVE = [] include Aws::Structure end |
#network_interface ⇒ Types::NetworkInterface
Information about the network interface.
11118 11119 11120 11121 11122 11123 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11118 class CreateNetworkInterfaceResult < Struct.new( :network_interface, :client_token) SENSITIVE = [] include Aws::Structure end |