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.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
Instance Attribute Details
#apply_action ⇒ ::String
Returns the value of attribute apply_action.
79 80 81 |
# File 'sig/types.rbs', line 79 def apply_action @apply_action end |
#opt_in_type ⇒ ::String
Returns the value of attribute opt_in_type.
80 81 82 |
# File 'sig/types.rbs', line 80 def opt_in_type @opt_in_type end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
78 79 80 |
# File 'sig/types.rbs', line 78 def resource_identifier @resource_identifier end |