Class: Aws::Types::VpcConfiguration

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:



1311
1312
1313
# File 'sig/types.rbs', line 1311

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:



1310
1311
1312
# File 'sig/types.rbs', line 1310

def subnet_ids
  @subnet_ids
end