Class: Aws::Types::PrivateLinkConfig
- Inherits:
-
Object
- Object
- Aws::Types::PrivateLinkConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#private_link_endpoint ⇒ ::String
Returns the value of attribute private_link_endpoint.
-
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
-
#subnet_arns ⇒ ::Array[::String]
Returns the value of attribute subnet_arns.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#private_link_endpoint ⇒ ::String
Returns the value of attribute private_link_endpoint.
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.
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.
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.
770 771 772 |
# File 'sig/types.rbs', line 770 def vpc_endpoint_id @vpc_endpoint_id end |