Class: Aws::Types::UpdatePlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePlanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#associated_alarms ⇒ ::Hash[::String, Types::AssociatedAlarm]
Returns the value of attribute associated_alarms.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#recovery_time_objective_minutes ⇒ ::Integer
Returns the value of attribute recovery_time_objective_minutes.
-
#report_configuration ⇒ Types::ReportConfiguration
Returns the value of attribute report_configuration.
-
#triggers ⇒ ::Array[Types::Trigger]
Returns the value of attribute triggers.
-
#workflows ⇒ ::Array[Types::Workflow]
Returns the value of attribute workflows.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
829 830 831 |
# File 'sig/types.rbs', line 829 def arn @arn end |
#associated_alarms ⇒ ::Hash[::String, Types::AssociatedAlarm]
Returns the value of attribute associated_alarms.
834 835 836 |
# File 'sig/types.rbs', line 834 def associated_alarms @associated_alarms end |
#description ⇒ ::String
Returns the value of attribute description.
830 831 832 |
# File 'sig/types.rbs', line 830 def description @description end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
832 833 834 |
# File 'sig/types.rbs', line 832 def execution_role @execution_role end |
#recovery_time_objective_minutes ⇒ ::Integer
Returns the value of attribute recovery_time_objective_minutes.
833 834 835 |
# File 'sig/types.rbs', line 833 def recovery_time_objective_minutes @recovery_time_objective_minutes end |
#report_configuration ⇒ Types::ReportConfiguration
Returns the value of attribute report_configuration.
836 837 838 |
# File 'sig/types.rbs', line 836 def report_configuration @report_configuration end |
#triggers ⇒ ::Array[Types::Trigger]
Returns the value of attribute triggers.
835 836 837 |
# File 'sig/types.rbs', line 835 def triggers @triggers end |
#workflows ⇒ ::Array[Types::Workflow]
Returns the value of attribute workflows.
831 832 833 |
# File 'sig/types.rbs', line 831 def workflows @workflows end |