Class: Aws::Types::UpdateLagRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLagRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_mode ⇒ ::String
Returns the value of attribute encryption_mode.
-
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
-
#lag_name ⇒ ::String
Returns the value of attribute lag_name.
-
#minimum_links ⇒ ::Integer
Returns the value of attribute minimum_links.
Instance Attribute Details
#encryption_mode ⇒ ::String
Returns the value of attribute encryption_mode.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def encryption_mode @encryption_mode end |
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def lag_id @lag_id end |
#lag_name ⇒ ::String
Returns the value of attribute lag_name.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def lag_name @lag_name end |
#minimum_links ⇒ ::Integer
Returns the value of attribute minimum_links.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def minimum_links @minimum_links end |