Class: Aws::Types::UpdateVpcLinkRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVpcLinkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#vpc_link_id ⇒ ::String
Returns the value of attribute vpc_link_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def name @name end |
#vpc_link_id ⇒ ::String
Returns the value of attribute vpc_link_id.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def vpc_link_id @vpc_link_id end |