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

Class: Aws::SSM::Types::AccountSharingInfo

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

Overview

Information includes the AWS account ID where the current document is shared and the version shared with that account.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID where the current document is shared.

Returns:

  • (String)

    The AWS account ID where the current document is shared.

#shared_document_versionString

The version of the current document shared with the account.

Returns:

  • (String)

    The version of the current document shared with the account.