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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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 Amazon Web Services account or All.

Returns:

  • (Array<String>)


4998
4999
5000
5001
5002
5003
5004
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4998

class DescribeDocumentPermissionResponse < Struct.new(
  :account_ids,
  :account_sharing_info_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#account_sharing_info_listArray<Types::AccountSharingInfo>

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

Returns:



4998
4999
5000
5001
5002
5003
5004
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4998

class DescribeDocumentPermissionResponse < Struct.new(
  :account_ids,
  :account_sharing_info_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


4998
4999
5000
5001
5002
5003
5004
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4998

class DescribeDocumentPermissionResponse < Struct.new(
  :account_ids,
  :account_sharing_info_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end