Class: Aws::Types::OptimizationVpcConfig

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.



9724
9725
9726
# File 'sig/types.rbs', line 9724

def security_group_ids
  @security_group_ids
end

#subnets::Array[::String]

Returns the value of attribute subnets.



9725
9726
9727
# File 'sig/types.rbs', line 9725

def subnets
  @subnets
end