Class: Aws::Types::DeleteLinkRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLinkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#link_id ⇒ ::String
Returns the value of attribute link_id.
Instance Attribute Details
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
701 702 703 |
# File 'sig/types.rbs', line 701 def global_network_id @global_network_id end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
702 703 704 |
# File 'sig/types.rbs', line 702 def link_id @link_id end |