Class: Aws::SSM::Types::GetDocumentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetDocumentResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachments_content ⇒ Array<Types::AttachmentContent>
A description of the document attachments, including names, locations, sizes, and so on.
-
#content ⇒ String
The contents of the SSM document.
-
#created_date ⇒ Time
The date the SSM document was created.
-
#display_name ⇒ String
The friendly name of the SSM document.
-
#document_format ⇒ String
The document format, either JSON or YAML.
-
#document_type ⇒ String
The document type.
-
#document_version ⇒ String
The document version.
-
#name ⇒ String
The name of the SSM document.
-
#requires ⇒ Array<Types::DocumentRequires>
A list of SSM documents required by a document.
-
#review_status ⇒ String
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.
-
#status ⇒ String
The status of the SSM document, such as
Creating
,Active
,Updating
,Failed
, andDeleting
. -
#status_information ⇒ String
A message returned by Amazon Web Services Systems Manager that explains the
Status
value. -
#version_name ⇒ String
The version of the artifact associated with the document.
Instance Attribute Details
#attachments_content ⇒ Array<Types::AttachmentContent>
A description of the document attachments, including names, locations, sizes, and so on.
7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7883 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 |
#content ⇒ String
The contents of the SSM document.
7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7883 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_date ⇒ Time
The date the SSM document was created.
7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7883 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_name ⇒ String
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.
7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7883 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_format ⇒ String
The document format, either JSON or YAML.
7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7883 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_type ⇒ String
The document type.
7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7883 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_version ⇒ String
The document version.
7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7883 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 |
#name ⇒ String
The name of the SSM document.
7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7883 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 |
#requires ⇒ Array<Types::DocumentRequires>
A list of SSM documents required by a document. For example, an
ApplicationConfiguration
document requires an
ApplicationConfigurationSchema
document.
7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7883 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_status ⇒ String
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.
7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7883 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 ⇒ String
The status of the SSM document, such as Creating
, Active
,
Updating
, Failed
, and Deleting
.
7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7883 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_information ⇒ String
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."
7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7883 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_name ⇒ String
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.
7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7883 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 |