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)


3690
3691
3692
3693
3694
3695
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 3690

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

#subnet_idString

The ID of the subnet.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 3690

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