Class: Aws::Types::UpdateReplicationSetAction
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReplicationSetAction
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AddRegionAction, DeleteRegionAction, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_region_action ⇒ Types::AddRegionAction
Returns the value of attribute add_region_action.
-
#delete_region_action ⇒ Types::DeleteRegionAction
Returns the value of attribute delete_region_action.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#add_region_action ⇒ Types::AddRegionAction
Returns the value of attribute add_region_action.
757 758 759 |
# File 'sig/types.rbs', line 757 def add_region_action @add_region_action end |
#delete_region_action ⇒ Types::DeleteRegionAction
Returns the value of attribute delete_region_action.
758 759 760 |
# File 'sig/types.rbs', line 758 def delete_region_action @delete_region_action end |
#unknown ⇒ Object
Returns the value of attribute unknown.
759 760 761 |
# File 'sig/types.rbs', line 759 def unknown @unknown end |