Class: Aws::S3Outposts::Types::NetworkInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Outposts::Types::NetworkInterface
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3outposts/types.rb
Overview
The container for the network interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_interface_id ⇒ String
The ID for the network interface.
Instance Attribute Details
#network_interface_id ⇒ String
The ID for the network interface.
364 365 366 367 368 |
# File 'lib/aws-sdk-s3outposts/types.rb', line 364 class NetworkInterface < Struct.new( :network_interface_id) SENSITIVE = [] include Aws::Structure end |