Class: Aws::Types::VpcConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_allowed_for_dual_stackBoolean

Returns the value of attribute ipv_6_allowed_for_dual_stack.

Returns:

  • (Boolean)


2320
2321
2322
# File 'sig/types.rbs', line 2320

def ipv_6_allowed_for_dual_stack
  @ipv_6_allowed_for_dual_stack
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


2319
2320
2321
# File 'sig/types.rbs', line 2319

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


2318
2319
2320
# File 'sig/types.rbs', line 2318

def subnet_ids
  @subnet_ids
end