Class: Aws::Types::UpdatePlanRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:



834
835
836
# File 'sig/types.rbs', line 834

def associated_alarms
  @associated_alarms
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


830
831
832
# File 'sig/types.rbs', line 830

def description
  @description
end

#execution_role::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


833
834
835
# File 'sig/types.rbs', line 833

def recovery_time_objective_minutes
  @recovery_time_objective_minutes
end

#report_configurationTypes::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.

Returns:



835
836
837
# File 'sig/types.rbs', line 835

def triggers
  @triggers
end

#workflows::Array[Types::Workflow]

Returns the value of attribute workflows.

Returns:



831
832
833
# File 'sig/types.rbs', line 831

def workflows
  @workflows
end