Class: Aws::SSM::Types::DescribeDocumentRequest

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_versionString

The document version for which you want information. Can be a specific version or the default version.

Returns:

  • (String)


5023
5024
5025
5026
5027
5028
5029
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5023

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

#nameString

The name of the SSM document.

Returns:

  • (String)


5023
5024
5025
5026
5027
5028
5029
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5023

class DescribeDocumentRequest < Struct.new(
  :name,
  :document_version,
  :version_name)
  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)


5023
5024
5025
5026
5027
5028
5029
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5023

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