Class: Aws::Types::VpcPropertiesPatch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_id::String

Returns the value of attribute security_group_id.

Returns:

  • (::String)


7020
7021
7022
# File 'sig/types.rbs', line 7020

def security_group_id
  @security_group_id
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


7019
7020
7021
# File 'sig/types.rbs', line 7019

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


7018
7019
7020
# File 'sig/types.rbs', line 7018

def vpc_id
  @vpc_id
end