Class: Aws::SSM::Types::DescribeDocumentPermissionResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

Returns:

  • (Array<String>)


4274
4275
4276
4277
4278
# File 'lib/aws-sdk-ssm/types.rb', line 4274

class DescribeDocumentPermissionResponse < Struct.new(
  :account_ids,
  :account_sharing_info_list)
  include Aws::Structure
end

#account_sharing_info_listArray<Types::AccountSharingInfo>

A list of of AWS accounts where the current document is shared and the version shared with each account.

Returns:



4274
4275
4276
4277
4278
# File 'lib/aws-sdk-ssm/types.rb', line 4274

class DescribeDocumentPermissionResponse < Struct.new(
  :account_ids,
  :account_sharing_info_list)
  include Aws::Structure
end