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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#attachments_contentArray<Types::AttachmentContent>

A description of the document attachments, including names, locations, sizes, etc.

Returns:



6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-ssm/types.rb', line 6009

class GetDocumentResult < Struct.new(
  :name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :attachments_content)
  include Aws::Structure
end

#contentString

The contents of the Systems Manager document.

Returns:

  • (String)


6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-ssm/types.rb', line 6009

class GetDocumentResult < Struct.new(
  :name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :attachments_content)
  include Aws::Structure
end

#document_formatString

The document format, either JSON or YAML.

Returns:

  • (String)


6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-ssm/types.rb', line 6009

class GetDocumentResult < Struct.new(
  :name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :attachments_content)
  include Aws::Structure
end

#document_typeString

The document type.

Returns:

  • (String)


6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-ssm/types.rb', line 6009

class GetDocumentResult < Struct.new(
  :name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :attachments_content)
  include Aws::Structure
end

#document_versionString

The document version.

Returns:

  • (String)


6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-ssm/types.rb', line 6009

class GetDocumentResult < Struct.new(
  :name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :attachments_content)
  include Aws::Structure
end

#nameString

The name of the Systems Manager document.

Returns:

  • (String)


6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-ssm/types.rb', line 6009

class GetDocumentResult < Struct.new(
  :name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :attachments_content)
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-ssm/types.rb', line 6009

class GetDocumentResult < Struct.new(
  :name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :attachments_content)
  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)


6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-ssm/types.rb', line 6009

class GetDocumentResult < Struct.new(
  :name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :attachments_content)
  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)


6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-ssm/types.rb', line 6009

class GetDocumentResult < Struct.new(
  :name,
  :version_name,
  :document_version,
  :status,
  :status_information,
  :content,
  :document_type,
  :document_format,
  :attachments_content)
  include Aws::Structure
end