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)


3940
3941
3942
3943
3944
3945
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 3940

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

#subnet_idString

The ID of the subnet.

Returns:

  • (String)


3940
3941
3942
3943
3944
3945
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 3940

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