Class: Aws::Types::CreatePrivateConnectivityConfigInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#outpost_id::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def outpost_id
  @outpost_id
end

#vpc_information_list::Array[Types::VpcInformation]

Returns the value of attribute vpc_information_list.

Returns:



179
180
181
# File 'sig/types.rbs', line 179

def vpc_information_list
  @vpc_information_list
end