Class: Aws::Types::CreateLagRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLagRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#child_connection_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute child_connection_tags.
303 304 305 |
# File 'sig/types.rbs', line 303 def @child_connection_tags end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
301 302 303 |
# File 'sig/types.rbs', line 301 def connection_id @connection_id end |
#connections_bandwidth ⇒ ::String
Returns the value of attribute connections_bandwidth.
299 300 301 |
# File 'sig/types.rbs', line 299 def connections_bandwidth @connections_bandwidth end |
#lag_name ⇒ ::String
Returns the value of attribute lag_name.
300 301 302 |
# File 'sig/types.rbs', line 300 def lag_name @lag_name end |
#location ⇒ ::String
Returns the value of attribute location.
298 299 300 |
# File 'sig/types.rbs', line 298 def location @location end |
#number_of_connections ⇒ ::Integer
Returns the value of attribute number_of_connections.
297 298 299 |
# File 'sig/types.rbs', line 297 def number_of_connections @number_of_connections end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
304 305 306 |
# File 'sig/types.rbs', line 304 def provider_name @provider_name end |
#request_mac_sec ⇒ Boolean
Returns the value of attribute request_mac_sec.
305 306 307 |
# File 'sig/types.rbs', line 305 def request_mac_sec @request_mac_sec end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
302 303 304 |
# File 'sig/types.rbs', line 302 def @tags end |