Class: Aws::Types::DirectoryVpcSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


765
766
767
# File 'sig/types.rbs', line 765

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def vpc_id
  @vpc_id
end