Class: Aws::Types::CreateLagRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLagRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
-
#child_connection_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute child_connection_tags.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#connections_bandwidth ⇒ ::String
Returns the value of attribute connections_bandwidth.
-
#lag_name ⇒ ::String
Returns the value of attribute lag_name.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#number_of_connections ⇒ ::Integer
Returns the value of attribute number_of_connections.
-
#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
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
331 332 333 |
# File 'sig/types.rbs', line 331 def billing_mode @billing_mode end |
#child_connection_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute child_connection_tags.
328 329 330 |
# File 'sig/types.rbs', line 328 def @child_connection_tags end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
326 327 328 |
# File 'sig/types.rbs', line 326 def connection_id @connection_id end |
#connections_bandwidth ⇒ ::String
Returns the value of attribute connections_bandwidth.
324 325 326 |
# File 'sig/types.rbs', line 324 def connections_bandwidth @connections_bandwidth end |
#lag_name ⇒ ::String
Returns the value of attribute lag_name.
325 326 327 |
# File 'sig/types.rbs', line 325 def lag_name @lag_name end |
#location ⇒ ::String
Returns the value of attribute location.
323 324 325 |
# File 'sig/types.rbs', line 323 def location @location end |
#number_of_connections ⇒ ::Integer
Returns the value of attribute number_of_connections.
322 323 324 |
# File 'sig/types.rbs', line 322 def number_of_connections @number_of_connections end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
329 330 331 |
# File 'sig/types.rbs', line 329 def provider_name @provider_name end |
#request_mac_sec ⇒ Boolean
Returns the value of attribute request_mac_sec.
330 331 332 |
# File 'sig/types.rbs', line 330 def request_mac_sec @request_mac_sec end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
327 328 329 |
# File 'sig/types.rbs', line 327 def @tags end |