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

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

#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)


7718
7719
7720
7721
7722
7723
7724
7725
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7718

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)


7718
7719
7720
7721
7722
7723
7724
7725
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7718

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)


7718
7719
7720
7721
7722
7723
7724
7725
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7718

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, 12.6. This value is unique across all versions of a document and can't be changed.

Returns:

  • (String)


7718
7719
7720
7721
7722
7723
7724
7725
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7718

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