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

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_versionString

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

Returns:

  • (String)


4946
4947
4948
4949
4950
4951
4952
# File 'lib/aws-sdk-ssm/types.rb', line 4946

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

#nameString

The name of the SSM document.

Returns:

  • (String)


4946
4947
4948
4949
4950
4951
4952
# File 'lib/aws-sdk-ssm/types.rb', line 4946

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, “Release 12, Update 6”. This value is unique across all versions of a document, and can’t be changed.

Returns:

  • (String)


4946
4947
4948
4949
4950
4951
4952
# File 'lib/aws-sdk-ssm/types.rb', line 4946

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