Class: Aws::Types::AwsLambdaFunctionVpcConfig

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.



3168
3169
3170
# File 'sig/types.rbs', line 3168

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.



3169
3170
3171
# File 'sig/types.rbs', line 3169

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.



3170
3171
3172
# File 'sig/types.rbs', line 3170

def vpc_id
  @vpc_id
end