Class: Aws::SSM::Types::GetDocumentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_formatString

Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.

Returns:

  • (String)


7618
7619
7620
7621
7622
7623
7624
7625
# File 'lib/aws-sdk-ssm/types.rb', line 7618

class GetDocumentRequest < Struct.new(
  :name,
  :version_name,
  :document_version,
  :document_format)
  SENSITIVE = []
  include Aws::Structure
end

#document_versionString

The document version for which you want information.

Returns:

  • (String)


7618
7619
7620
7621
7622
7623
7624
7625
# File 'lib/aws-sdk-ssm/types.rb', line 7618

class GetDocumentRequest < Struct.new(
  :name,
  :version_name,
  :document_version,
  :document_format)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the SSM document.

Returns:

  • (String)


7618
7619
7620
7621
7622
7623
7624
7625
# File 'lib/aws-sdk-ssm/types.rb', line 7618

class GetDocumentRequest < Struct.new(
  :name,
  :version_name,
  :document_version,
  :document_format)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

An optional field specifying the version of the artifact associated with the document. For example, “Release 12, Update 6”. This value is unique across all versions of a document and can’t be changed.

Returns:

  • (String)


7618
7619
7620
7621
7622
7623
7624
7625
# File 'lib/aws-sdk-ssm/types.rb', line 7618

class GetDocumentRequest < Struct.new(
  :name,
  :version_name,
  :document_version,
  :document_format)
  SENSITIVE = []
  include Aws::Structure
end