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>)


3719
3720
3721
3722
# File 'lib/aws-sdk-ssm/types.rb', line 3719

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