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


86
87
88
# File 'sig/types.rbs', line 86

def assign_public_ip
  @assign_public_ip
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


85
86
87
# File 'sig/types.rbs', line 85

def security_groups
  @security_groups
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


84
85
86
# File 'sig/types.rbs', line 84

def subnets
  @subnets
end