Class: Aws::Types::CreateInterconnectRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInterconnectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
-
#interconnect_name ⇒ ::String
Returns the value of attribute interconnect_name.
-
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
-
#request_mac_sec ⇒ Boolean
Returns the value of attribute request_mac_sec.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
291 292 293 |
# File 'sig/types.rbs', line 291 def bandwidth @bandwidth end |
#interconnect_name ⇒ ::String
Returns the value of attribute interconnect_name.
290 291 292 |
# File 'sig/types.rbs', line 290 def interconnect_name @interconnect_name end |
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
293 294 295 |
# File 'sig/types.rbs', line 293 def lag_id @lag_id end |
#location ⇒ ::String
Returns the value of attribute location.
292 293 294 |
# File 'sig/types.rbs', line 292 def location @location end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
295 296 297 |
# File 'sig/types.rbs', line 295 def provider_name @provider_name end |
#request_mac_sec ⇒ Boolean
Returns the value of attribute request_mac_sec.
296 297 298 |
# File 'sig/types.rbs', line 296 def request_mac_sec @request_mac_sec end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
294 295 296 |
# File 'sig/types.rbs', line 294 def @tags end |