Class: Aws::Types::UpdateReplicationSetInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReplicationSetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::UpdateReplicationSetAction]
Returns the value of attribute actions.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
Instance Attribute Details
#actions ⇒ ::Array[Types::UpdateReplicationSetAction]
Returns the value of attribute actions.
771 772 773 |
# File 'sig/types.rbs', line 771 def actions @actions end |
#arn ⇒ ::String
Returns the value of attribute arn.
772 773 774 |
# File 'sig/types.rbs', line 772 def arn @arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
773 774 775 |
# File 'sig/types.rbs', line 773 def client_token @client_token end |