Class: Aws::SSM::Types::DescribeDocumentPermissionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeDocumentPermissionResponse
- Defined in:
- gems/aws-sdk-ssm/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.
5018 5019 5020 5021 5022 5023 5024 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5018 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.
5018 5019 5020 5021 5022 5023 5024 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5018 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.
5018 5019 5020 5021 5022 5023 5024 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5018 class DescribeDocumentPermissionResponse < Struct.new( :account_ids, :account_sharing_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |