You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::AttachmentContent

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A structure that includes attributes that describe a document attachment.

Instance Attribute Summary collapse

Instance Attribute Details

#hashString

The cryptographic hash value of the document content.

Returns:

  • (String)

    The cryptographic hash value of the document content.

#hash_typeString

The hash algorithm used to calculate the hash value.

Possible values:

  • Sha256

Returns:

  • (String)

    The hash algorithm used to calculate the hash value.

#nameString

The name of an attachment.

Returns:

  • (String)

    The name of an attachment.

#sizeInteger

The size of an attachment in bytes.

Returns:

  • (Integer)

    The size of an attachment in bytes.

#urlString

The URL location of the attachment content.

Returns:

  • (String)

    The URL location of the attachment content.