Class: Aws::SSM::Types::DocumentIdentifier

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

Overview

Describes the name of a Systems Manager document.

Instance Attribute Summary collapse

Instance Attribute Details

#document_formatString

The document format, either JSON or YAML.

Returns:

  • (String)


6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
# File 'lib/aws-sdk-ssm/types.rb', line 6096

class DocumentIdentifier < Struct.new(
  :name,
  :owner,
  :version_name,
  :platform_types,
  :document_version,
  :document_type,
  :schema_version,
  :document_format,
  :target_type,
  :tags,
  :requires)
  include Aws::Structure
end

#document_typeString

The document type.

Returns:

  • (String)


6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
# File 'lib/aws-sdk-ssm/types.rb', line 6096

class DocumentIdentifier < Struct.new(
  :name,
  :owner,
  :version_name,
  :platform_types,
  :document_version,
  :document_type,
  :schema_version,
  :document_format,
  :target_type,
  :tags,
  :requires)
  include Aws::Structure
end

#document_versionString

The document version.

Returns:

  • (String)


6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
# File 'lib/aws-sdk-ssm/types.rb', line 6096

class DocumentIdentifier < Struct.new(
  :name,
  :owner,
  :version_name,
  :platform_types,
  :document_version,
  :document_type,
  :schema_version,
  :document_format,
  :target_type,
  :tags,
  :requires)
  include Aws::Structure
end

#nameString

The name of the Systems Manager document.

Returns:

  • (String)


6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
# File 'lib/aws-sdk-ssm/types.rb', line 6096

class DocumentIdentifier < Struct.new(
  :name,
  :owner,
  :version_name,
  :platform_types,
  :document_version,
  :document_type,
  :schema_version,
  :document_format,
  :target_type,
  :tags,
  :requires)
  include Aws::Structure
end

#ownerString

The AWS user account that created the document.

Returns:

  • (String)


6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
# File 'lib/aws-sdk-ssm/types.rb', line 6096

class DocumentIdentifier < Struct.new(
  :name,
  :owner,
  :version_name,
  :platform_types,
  :document_version,
  :document_type,
  :schema_version,
  :document_format,
  :target_type,
  :tags,
  :requires)
  include Aws::Structure
end

#platform_typesArray<String>

The operating system platform.

Returns:

  • (Array<String>)


6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
# File 'lib/aws-sdk-ssm/types.rb', line 6096

class DocumentIdentifier < Struct.new(
  :name,
  :owner,
  :version_name,
  :platform_types,
  :document_version,
  :document_type,
  :schema_version,
  :document_format,
  :target_type,
  :tags,
  :requires)
  include Aws::Structure
end

#requiresArray<Types::DocumentRequires>

A list of SSM documents required by a document. For example, an ‘ApplicationConfiguration` document requires an `ApplicationConfigurationSchema` document.

Returns:



6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
# File 'lib/aws-sdk-ssm/types.rb', line 6096

class DocumentIdentifier < Struct.new(
  :name,
  :owner,
  :version_name,
  :platform_types,
  :document_version,
  :document_type,
  :schema_version,
  :document_format,
  :target_type,
  :tags,
  :requires)
  include Aws::Structure
end

#schema_versionString

The schema version.

Returns:

  • (String)


6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
# File 'lib/aws-sdk-ssm/types.rb', line 6096

class DocumentIdentifier < Struct.new(
  :name,
  :owner,
  :version_name,
  :platform_types,
  :document_version,
  :document_type,
  :schema_version,
  :document_format,
  :target_type,
  :tags,
  :requires)
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags, or metadata, that have been applied to the document.

Returns:



6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
# File 'lib/aws-sdk-ssm/types.rb', line 6096

class DocumentIdentifier < Struct.new(
  :name,
  :owner,
  :version_name,
  :platform_types,
  :document_version,
  :document_type,
  :schema_version,
  :document_format,
  :target_type,
  :tags,
  :requires)
  include Aws::Structure
end

#target_typeString

The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see [AWS Resource Types Reference] in the *AWS CloudFormation User Guide*.

[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html

Returns:

  • (String)


6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
# File 'lib/aws-sdk-ssm/types.rb', line 6096

class DocumentIdentifier < Struct.new(
  :name,
  :owner,
  :version_name,
  :platform_types,
  :document_version,
  :document_type,
  :schema_version,
  :document_format,
  :target_type,
  :tags,
  :requires)
  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 cannot be changed.

Returns:

  • (String)


6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
# File 'lib/aws-sdk-ssm/types.rb', line 6096

class DocumentIdentifier < Struct.new(
  :name,
  :owner,
  :version_name,
  :platform_types,
  :document_version,
  :document_type,
  :schema_version,
  :document_format,
  :target_type,
  :tags,
  :requires)
  include Aws::Structure
end