Class: Aws::SSM::Types::DocumentVersionInfo

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

Overview

Version information about the document.

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The date the document was created.

Returns:

  • (Time)


5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-ssm/types.rb', line 5471

class DocumentVersionInfo < Struct.new(
  :name,
  :document_version,
  :version_name,
  :created_date,
  :is_default_version,
  :document_format,
  :status,
  :status_information)
  include Aws::Structure
end

#document_formatString

The document format, either JSON or YAML.

Returns:

  • (String)


5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-ssm/types.rb', line 5471

class DocumentVersionInfo < Struct.new(
  :name,
  :document_version,
  :version_name,
  :created_date,
  :is_default_version,
  :document_format,
  :status,
  :status_information)
  include Aws::Structure
end

#document_versionString

The document version.

Returns:

  • (String)


5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-ssm/types.rb', line 5471

class DocumentVersionInfo < Struct.new(
  :name,
  :document_version,
  :version_name,
  :created_date,
  :is_default_version,
  :document_format,
  :status,
  :status_information)
  include Aws::Structure
end

#is_default_versionBoolean

An identifier for the default version of the document.

Returns:

  • (Boolean)


5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-ssm/types.rb', line 5471

class DocumentVersionInfo < Struct.new(
  :name,
  :document_version,
  :version_name,
  :created_date,
  :is_default_version,
  :document_format,
  :status,
  :status_information)
  include Aws::Structure
end

#nameString

The document name.

Returns:

  • (String)


5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-ssm/types.rb', line 5471

class DocumentVersionInfo < Struct.new(
  :name,
  :document_version,
  :version_name,
  :created_date,
  :is_default_version,
  :document_format,
  :status,
  :status_information)
  include Aws::Structure
end

#statusString

The status of the Systems Manager document, such as ‘Creating`, `Active`, `Failed`, and `Deleting`.

Returns:

  • (String)


5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-ssm/types.rb', line 5471

class DocumentVersionInfo < Struct.new(
  :name,
  :document_version,
  :version_name,
  :created_date,
  :is_default_version,
  :document_format,
  :status,
  :status_information)
  include Aws::Structure
end

#status_informationString

A message returned by AWS Systems Manager that explains the ‘Status` value. For example, a `Failed` status might be explained by the `StatusInformation` message, “The specified S3 bucket does not exist. Verify that the URL of the S3 bucket is correct.”

Returns:

  • (String)


5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-ssm/types.rb', line 5471

class DocumentVersionInfo < Struct.new(
  :name,
  :document_version,
  :version_name,
  :created_date,
  :is_default_version,
  :document_format,
  :status,
  :status_information)
  include Aws::Structure
end

#version_nameString

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)


5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-ssm/types.rb', line 5471

class DocumentVersionInfo < Struct.new(
  :name,
  :document_version,
  :version_name,
  :created_date,
  :is_default_version,
  :document_format,
  :status,
  :status_information)
  include Aws::Structure
end