Class: Aws::ARCRegionswitch::Types::ExecutionApprovalConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb

Overview

Configuration for approval steps in a Region switch plan execution. Approval steps require manual intervention before the execution can proceed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_role ⇒ String

The IAM approval role for the configuration.

Returns:

  • (String)


911
912
913
914
915
916
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 911

class ExecutionApprovalConfiguration < Struct.new(
  :timeout_minutes,
  :approval_role)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_minutes ⇒ Integer

The timeout value specified for the configuration.

Returns:

  • (Integer)


911
912
913
914
915
916
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 911

class ExecutionApprovalConfiguration < Struct.new(
  :timeout_minutes,
  :approval_role)
  SENSITIVE = []
  include Aws::Structure
end