Class: Aws::CodeBuild::Types::NetworkInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::NetworkInterface
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Describes a network interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_interface_id ⇒ String
The ID of the network interface.
-
#subnet_id ⇒ String
The ID of the subnet.
Instance Attribute Details
#network_interface_id ⇒ String
The ID of the network interface.
3724 3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-codebuild/types.rb', line 3724 class NetworkInterface < Struct.new( :subnet_id, :network_interface_id) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet.
3724 3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-codebuild/types.rb', line 3724 class NetworkInterface < Struct.new( :subnet_id, :network_interface_id) SENSITIVE = [] include Aws::Structure end |