Class: Aws::Types::CreateNetworkInterfaceResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3035
3036
3037
# File 'sig/types.rbs', line 3035

def client_token
  @client_token
end

#network_interfaceTypes::NetworkInterface

Returns the value of attribute network_interface.



3034
3035
3036
# File 'sig/types.rbs', line 3034

def network_interface
  @network_interface
end