Class: Aws::S3Outposts::Types::NetworkInterface

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

Overview

The container for the network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_interface_idString

The ID for the network interface.

Returns:

  • (String)


364
365
366
367
368
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 364

class NetworkInterface < Struct.new(
  :network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end