Class: Aws::EC2::Types::CreateNetworkInterfaceResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


9974
9975
9976
9977
9978
9979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9974

class CreateNetworkInterfaceResult < Struct.new(
  :network_interface,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#network_interfaceTypes::NetworkInterface

Information about the network interface.



9974
9975
9976
9977
9978
9979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9974

class CreateNetworkInterfaceResult < Struct.new(
  :network_interface,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end