Class: Aws::Types::AwsVpcConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assign_public_ip"ENABLED", "DISABLED"

Returns the value of attribute assign_public_ip.

Returns:

  • ("ENABLED", "DISABLED")


14
15
16
# File 'sig/types.rbs', line 14

def assign_public_ip
  @assign_public_ip
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


13
14
15
# File 'sig/types.rbs', line 13

def security_groups
  @security_groups
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


12
13
14
# File 'sig/types.rbs', line 12

def subnets
  @subnets
end