Class: Aws::Types::PrivateLinkConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute private_link_endpoint.

Returns:

  • (::String)


771
772
773
# File 'sig/types.rbs', line 771

def private_link_endpoint
  @private_link_endpoint
end

#security_group_arns::Array[::String]

Returns the value of attribute security_group_arns.

Returns:

  • (::Array[::String])


773
774
775
# File 'sig/types.rbs', line 773

def security_group_arns
  @security_group_arns
end

#subnet_arns::Array[::String]

Returns the value of attribute subnet_arns.

Returns:

  • (::Array[::String])


772
773
774
# File 'sig/types.rbs', line 772

def subnet_arns
  @subnet_arns
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def vpc_endpoint_id
  @vpc_endpoint_id
end