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

#security_groups::Array[Types::SecurityGroup]

Returns the value of attribute security_groups.

Returns:



3389
3390
3391
# File 'sig/types.rbs', line 3389

def security_groups
  @security_groups
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


3387
3388
3389
# File 'sig/types.rbs', line 3387

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3388
3389
3390
# File 'sig/types.rbs', line 3388

def vpc_id
  @vpc_id
end