Class: Aws::SSM::Types::GetDocumentResult

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

#attachments_contentArray<Types::AttachmentContent>

A description of the document attachments, including names, locations, sizes, and so on.

Returns:



7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-ssm/types.rb', line 7702

class GetDocumentResult < Struct.new(
  :name,
  :created_date,
  :display_name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :requires,
  :attachments_content,
  :review_status)
  SENSITIVE = []
  include Aws::Structure
end

#contentString

The contents of the SSM document.

Returns:

  • (String)


7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-ssm/types.rb', line 7702

class GetDocumentResult < Struct.new(
  :name,
  :created_date,
  :display_name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :requires,
  :attachments_content,
  :review_status)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateTime

The date the SSM document was created.

Returns:

  • (Time)


7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-ssm/types.rb', line 7702

class GetDocumentResult < Struct.new(
  :name,
  :created_date,
  :display_name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :requires,
  :attachments_content,
  :review_status)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

Returns:

  • (String)


7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-ssm/types.rb', line 7702

class GetDocumentResult < Struct.new(
  :name,
  :created_date,
  :display_name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :requires,
  :attachments_content,
  :review_status)
  SENSITIVE = []
  include Aws::Structure
end

#document_formatString

The document format, either JSON or YAML.

Returns:

  • (String)


7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-ssm/types.rb', line 7702

class GetDocumentResult < Struct.new(
  :name,
  :created_date,
  :display_name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :requires,
  :attachments_content,
  :review_status)
  SENSITIVE = []
  include Aws::Structure
end

#document_typeString

The document type.

Returns:

  • (String)


7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-ssm/types.rb', line 7702

class GetDocumentResult < Struct.new(
  :name,
  :created_date,
  :display_name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :requires,
  :attachments_content,
  :review_status)
  SENSITIVE = []
  include Aws::Structure
end

#document_versionString

The document version.

Returns:

  • (String)


7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-ssm/types.rb', line 7702

class GetDocumentResult < Struct.new(
  :name,
  :created_date,
  :display_name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :requires,
  :attachments_content,
  :review_status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the SSM document.

Returns:

  • (String)


7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-ssm/types.rb', line 7702

class GetDocumentResult < Struct.new(
  :name,
  :created_date,
  :display_name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :requires,
  :attachments_content,
  :review_status)
  SENSITIVE = []
  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:



7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-ssm/types.rb', line 7702

class GetDocumentResult < Struct.new(
  :name,
  :created_date,
  :display_name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :requires,
  :attachments_content,
  :review_status)
  SENSITIVE = []
  include Aws::Structure
end

#review_statusString

The current review status of a new custom Systems Manager document (SSM document) created by a member of your organization, or of the latest version of an existing SSM document.

Only one version of an SSM document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.

Only one version of an SSM document can be in review, or PENDING, at a time.

Returns:

  • (String)


7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-ssm/types.rb', line 7702

class GetDocumentResult < Struct.new(
  :name,
  :created_date,
  :display_name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :requires,
  :attachments_content,
  :review_status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-ssm/types.rb', line 7702

class GetDocumentResult < Struct.new(
  :name,
  :created_date,
  :display_name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :requires,
  :attachments_content,
  :review_status)
  SENSITIVE = []
  include Aws::Structure
end

#status_informationString

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

Returns:

  • (String)


7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-ssm/types.rb', line 7702

class GetDocumentResult < Struct.new(
  :name,
  :created_date,
  :display_name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :requires,
  :attachments_content,
  :review_status)
  SENSITIVE = []
  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 can’t be changed.

Returns:

  • (String)


7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
# File 'lib/aws-sdk-ssm/types.rb', line 7702

class GetDocumentResult < Struct.new(
  :name,
  :created_date,
  :display_name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :requires,
  :attachments_content,
  :review_status)
  SENSITIVE = []
  include Aws::Structure
end