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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/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)


3574
3575
3576
3577
3578
3579
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 3574

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

#subnet_idString

The ID of the subnet.

Returns:

  • (String)


3574
3575
3576
3577
3578
3579
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 3574

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