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.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def encryption_mode @encryption_mode end |
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def lag_id @lag_id end |
#lag_name ⇒ ::String
Returns the value of attribute lag_name.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def lag_name @lag_name end |
#minimum_links ⇒ ::Integer
Returns the value of attribute minimum_links.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def minimum_links @minimum_links end |