Class: Aws::SSM::Types::DescribeDocumentPermissionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeDocumentPermissionResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The account IDs that have permission to use this document.
-
#account_sharing_info_list ⇒ Array<Types::AccountSharingInfo>
A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#account_ids ⇒ Array<String>
The account IDs that have permission to use this document. The ID can be either an Amazon Web Services account or All.
5029 5030 5031 5032 5033 5034 5035 |
# File 'lib/aws-sdk-ssm/types.rb', line 5029 class DescribeDocumentPermissionResponse < Struct.new( :account_ids, :account_sharing_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#account_sharing_info_list ⇒ Array<Types::AccountSharingInfo>
A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.
5029 5030 5031 5032 5033 5034 5035 |
# File 'lib/aws-sdk-ssm/types.rb', line 5029 class DescribeDocumentPermissionResponse < Struct.new( :account_ids, :account_sharing_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
5029 5030 5031 5032 5033 5034 5035 |
# File 'lib/aws-sdk-ssm/types.rb', line 5029 class DescribeDocumentPermissionResponse < Struct.new( :account_ids, :account_sharing_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |