Class: Aws::Types::NetworkConfiguration

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])


466
467
468
# File 'sig/types.rbs', line 466

def security_group_ids
  @security_group_ids
end

#subnet_ids ⇒ ::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


465
466
467
# File 'sig/types.rbs', line 465

def subnet_ids
  @subnet_ids
end