Class: Aws::CodeBuild::Types::NetworkInterface

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

Describes a network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


3550
3551
3552
3553
3554
3555
# File 'lib/aws-sdk-codebuild/types.rb', line 3550

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

#subnet_idString

The ID of the subnet.

Returns:

  • (String)


3550
3551
3552
3553
3554
3555
# File 'lib/aws-sdk-codebuild/types.rb', line 3550

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