Class: Aws::SSM::Types::DocumentRequires

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

Overview

An SSM document required by the current document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the required SSM document. The name can be an Amazon Resource Name (ARN).

Returns:

  • (String)


6949
6950
6951
6952
6953
6954
6955
6956
# File 'lib/aws-sdk-ssm/types.rb', line 6949

class DocumentRequires < Struct.new(
  :name,
  :version,
  :require_type,
  :version_name)
  SENSITIVE = []
  include Aws::Structure
end

#require_typeString

The document type of the required SSM document.

Returns:

  • (String)


6949
6950
6951
6952
6953
6954
6955
6956
# File 'lib/aws-sdk-ssm/types.rb', line 6949

class DocumentRequires < Struct.new(
  :name,
  :version,
  :require_type,
  :version_name)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The document version required by the current document.

Returns:

  • (String)


6949
6950
6951
6952
6953
6954
6955
6956
# File 'lib/aws-sdk-ssm/types.rb', line 6949

class DocumentRequires < Struct.new(
  :name,
  :version,
  :require_type,
  :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)


6949
6950
6951
6952
6953
6954
6955
6956
# File 'lib/aws-sdk-ssm/types.rb', line 6949

class DocumentRequires < Struct.new(
  :name,
  :version,
  :require_type,
  :version_name)
  SENSITIVE = []
  include Aws::Structure
end