Class: Aws::Types::OptimizationVpcConfig

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


9661
9662
9663
# File 'sig/types.rbs', line 9661

def security_group_ids
  @security_group_ids
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


9662
9663
9664
# File 'sig/types.rbs', line 9662

def subnets
  @subnets
end