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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9893
9894
9895
9896
9897
9898
# File 'lib/aws-sdk-ec2/types.rb', line 9893

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

#network_interfaceTypes::NetworkInterface

Information about the network interface.



9893
9894
9895
9896
9897
9898
# File 'lib/aws-sdk-ec2/types.rb', line 9893

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