Class: Aws::Types::ApplyPendingMaintenanceActionMessage
- Inherits:
-
Object
- Object
- Aws::Types::ApplyPendingMaintenanceActionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_action ⇒ ::String
Returns the value of attribute apply_action.
-
#opt_in_type ⇒ ::String
Returns the value of attribute opt_in_type.
-
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
Instance Attribute Details
#apply_action ⇒ ::String
Returns the value of attribute apply_action.
34 35 36 |
# File 'sig/types.rbs', line 34 def apply_action @apply_action end |
#opt_in_type ⇒ ::String
Returns the value of attribute opt_in_type.
35 36 37 |
# File 'sig/types.rbs', line 35 def opt_in_type @opt_in_type end |
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
33 34 35 |
# File 'sig/types.rbs', line 33 def replication_instance_arn @replication_instance_arn end |