Class: Aws::Types::AwsCodeBuildProjectVpcConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1130
1131
1132
# File 'sig/types.rbs', line 1130

def security_group_ids
  @security_group_ids
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


1129
1130
1131
# File 'sig/types.rbs', line 1129

def subnets
  @subnets
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def vpc_id
  @vpc_id
end