Method: Aws::SSM::Types::StartChangeRequestExecutionRequest#document_name

Defined in:
lib/aws-sdk-ssm/types.rb

#document_nameString

The name of the change template document to run during the runbook workflow.

Returns:

  • (String)


18685
18686
18687
18688
18689
18690
18691
18692
18693
18694
18695
18696
18697
18698
18699
# File 'lib/aws-sdk-ssm/types.rb', line 18685

class StartChangeRequestExecutionRequest < Struct.new(
  :scheduled_time,
  :document_name,
  :document_version,
  :parameters,
  :change_request_name,
  :client_token,
  :auto_approve,
  :runbooks,
  :tags,
  :scheduled_end_time,
  :change_details)
  SENSITIVE = []
  include Aws::Structure
end