Class: Aws::Types::UpdateLinkRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLinkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth ⇒ Types::Bandwidth
Returns the value of attribute bandwidth.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#link_id ⇒ ::String
Returns the value of attribute link_id.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#bandwidth ⇒ Types::Bandwidth
Returns the value of attribute bandwidth.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def bandwidth @bandwidth end |
#description ⇒ ::String
Returns the value of attribute description.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def description @description end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def global_network_id @global_network_id end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def link_id @link_id end |
#provider ⇒ ::String
Returns the value of attribute provider.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def provider @provider end |
#type ⇒ ::String
Returns the value of attribute type.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def type @type end |