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


2541
2542
2543
# File 'sig/types.rbs', line 2541

def security_group_arns
  @security_group_arns
end

#subnet_arns::Array[::String]

Returns the value of attribute subnet_arns.

Returns:

  • (::Array[::String])


2542
2543
2544
# File 'sig/types.rbs', line 2542

def subnet_arns
  @subnet_arns
end

#vpc_arn::String

Returns the value of attribute vpc_arn.

Returns:

  • (::String)


2540
2541
2542
# File 'sig/types.rbs', line 2540

def vpc_arn
  @vpc_arn
end