Class: Aws::Types::VpcInformation

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


1030
1031
1032
# File 'sig/types.rbs', line 1030

def subnet_ids
  @subnet_ids
end

#vpc_endpoint_id ⇒ ::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_id ⇒ ::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def vpc_id
  @vpc_id
end