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_group_arns::Array[::String]

Returns the value of attribute security_group_arns.

Returns:

  • (::Array[::String])


2523
2524
2525
# File 'sig/types.rbs', line 2523

def security_group_arns
  @security_group_arns
end

#subnet_arns::Array[::String]

Returns the value of attribute subnet_arns.

Returns:

  • (::Array[::String])


2524
2525
2526
# File 'sig/types.rbs', line 2524

def subnet_arns
  @subnet_arns
end

#vpc_arn::String

Returns the value of attribute vpc_arn.

Returns:

  • (::String)


2522
2523
2524
# File 'sig/types.rbs', line 2522

def vpc_arn
  @vpc_arn
end