Class: Aws::Types::VPCOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#egress_enabledBoolean

Returns the value of attribute egress_enabled.

Returns:

  • (Boolean)


2546
2547
2548
# File 'sig/types.rbs', line 2546

def egress_enabled
  @egress_enabled
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


2545
2546
2547
# File 'sig/types.rbs', line 2545

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


2544
2545
2546
# File 'sig/types.rbs', line 2544

def subnet_ids
  @subnet_ids
end