Class: Aws::Types::CreateLinkRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLinkRequest
- 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.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#bandwidth ⇒ Types::Bandwidth
Returns the value of attribute bandwidth.
524 525 526 |
# File 'sig/types.rbs', line 524 def bandwidth @bandwidth end |
#description ⇒ ::String
Returns the value of attribute description.
522 523 524 |
# File 'sig/types.rbs', line 522 def description @description end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
521 522 523 |
# File 'sig/types.rbs', line 521 def global_network_id @global_network_id end |
#provider ⇒ ::String
Returns the value of attribute provider.
525 526 527 |
# File 'sig/types.rbs', line 525 def provider @provider end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
526 527 528 |
# File 'sig/types.rbs', line 526 def site_id @site_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
527 528 529 |
# File 'sig/types.rbs', line 527 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
523 524 525 |
# File 'sig/types.rbs', line 523 def type @type end |