Class: Aws::Types::CreateConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
-
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_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.
261 262 263 |
# File 'sig/types.rbs', line 261 def bandwidth @bandwidth end |
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
267 268 269 |
# File 'sig/types.rbs', line 267 def billing_mode @billing_mode end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
262 263 264 |
# File 'sig/types.rbs', line 262 def connection_name @connection_name end |
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
263 264 265 |
# File 'sig/types.rbs', line 263 def lag_id @lag_id end |
#location ⇒ ::String
Returns the value of attribute location.
260 261 262 |
# File 'sig/types.rbs', line 260 def location @location end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
265 266 267 |
# File 'sig/types.rbs', line 265 def provider_name @provider_name end |
#request_mac_sec ⇒ Boolean
Returns the value of attribute request_mac_sec.
266 267 268 |
# File 'sig/types.rbs', line 266 def request_mac_sec @request_mac_sec end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
264 265 266 |
# File 'sig/types.rbs', line 264 def end |