Class: Aws::Types::ApplyPendingMaintenanceActionInput
- Inherits:
-
Object
- Object
- Aws::Types::ApplyPendingMaintenanceActionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_action ⇒ ::String
Returns the value of attribute apply_action.
-
#apply_on ⇒ ::String
Returns the value of attribute apply_on.
-
#opt_in_type ⇒ "IMMEDIATE", ...
Returns the value of attribute opt_in_type.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#apply_action ⇒ ::String
Returns the value of attribute apply_action.
17 18 19 |
# File 'sig/types.rbs', line 17 def apply_action @apply_action end |
#apply_on ⇒ ::String
Returns the value of attribute apply_on.
18 19 20 |
# File 'sig/types.rbs', line 18 def apply_on @apply_on end |
#opt_in_type ⇒ "IMMEDIATE", ...
Returns the value of attribute opt_in_type.
19 20 21 |
# File 'sig/types.rbs', line 19 def opt_in_type @opt_in_type end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
20 21 22 |
# File 'sig/types.rbs', line 20 def resource_arn @resource_arn end |