Class: Aws::SSM::Types::UpdateDocumentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsArray<Types::AttachmentsSource>

A list of key-value pairs that describe attachments to a version of a document.

Returns:



18451
18452
18453
18454
18455
18456
18457
18458
18459
18460
18461
18462
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18451

class UpdateDocumentRequest < Struct.new(
  :content,
  :attachments,
  :name,
  :display_name,
  :version_name,
  :document_version,
  :document_format,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#contentString

A valid JSON or YAML string.

Returns:

  • (String)


18451
18452
18453
18454
18455
18456
18457
18458
18459
18460
18461
18462
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18451

class UpdateDocumentRequest < Struct.new(
  :content,
  :attachments,
  :name,
  :display_name,
  :version_name,
  :document_version,
  :document_format,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The friendly name of the SSM document that you want to update. This value can differ for each version of the document. If you don't specify a value for this parameter in your request, the existing value is applied to the new document version.

Returns:

  • (String)


18451
18452
18453
18454
18455
18456
18457
18458
18459
18460
18461
18462
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18451

class UpdateDocumentRequest < Struct.new(
  :content,
  :attachments,
  :name,
  :display_name,
  :version_name,
  :document_version,
  :document_format,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#document_formatString

Specify the document format for the new document version. Systems Manager supports JSON and YAML documents. JSON is the default format.

Returns:

  • (String)


18451
18452
18453
18454
18455
18456
18457
18458
18459
18460
18461
18462
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18451

class UpdateDocumentRequest < Struct.new(
  :content,
  :attachments,
  :name,
  :display_name,
  :version_name,
  :document_version,
  :document_format,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#document_versionString

The version of the document that you want to update. Currently, Systems Manager supports updating only the latest version of the document. You can specify the version number of the latest version or use the $LATEST variable.

If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter.

Returns:

  • (String)


18451
18452
18453
18454
18455
18456
18457
18458
18459
18460
18461
18462
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18451

class UpdateDocumentRequest < Struct.new(
  :content,
  :attachments,
  :name,
  :display_name,
  :version_name,
  :document_version,
  :document_format,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the SSM document that you want to update.

Returns:

  • (String)


18451
18452
18453
18454
18455
18456
18457
18458
18459
18460
18461
18462
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18451

class UpdateDocumentRequest < Struct.new(
  :content,
  :attachments,
  :name,
  :display_name,
  :version_name,
  :document_version,
  :document_format,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#target_typeString

Specify a new target type for the document.

Returns:

  • (String)


18451
18452
18453
18454
18455
18456
18457
18458
18459
18460
18461
18462
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18451

class UpdateDocumentRequest < Struct.new(
  :content,
  :attachments,
  :name,
  :display_name,
  :version_name,
  :document_version,
  :document_format,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

An optional field specifying the version of the artifact you are updating with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.

Returns:

  • (String)


18451
18452
18453
18454
18455
18456
18457
18458
18459
18460
18461
18462
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18451

class UpdateDocumentRequest < Struct.new(
  :content,
  :attachments,
  :name,
  :display_name,
  :version_name,
  :document_version,
  :document_format,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end