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)


5280
5281
5282
5283
5284
5285
5286
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5280

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

#nameString

The name of the SSM document.

If you're calling a shared SSM document from a different Amazon Web Services account, Name is the full Amazon Resource Name (ARN) of the document.

Returns:

  • (String)


5280
5281
5282
5283
5284
5285
5286
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5280

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)


5280
5281
5282
5283
5284
5285
5286
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5280

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