Class: Aws::SSM::Types::ModifyDocumentPermissionRequest

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_ids_to_addArray<String>

The Amazon Web Services users that should have access to the document. The account IDs can either be a group of account IDs or All.

Returns:

  • (Array<String>)


12658
12659
12660
12661
12662
12663
12664
12665
12666
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12658

class ModifyDocumentPermissionRequest < Struct.new(
  :name,
  :permission_type,
  :account_ids_to_add,
  :account_ids_to_remove,
  :shared_document_version)
  SENSITIVE = []
  include Aws::Structure
end

#account_ids_to_removeArray<String>

The Amazon Web Services users that should no longer have access to the document. The Amazon Web Services user can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an ID to add and the same ID to remove, the system removes access to the document.

Returns:

  • (Array<String>)


12658
12659
12660
12661
12662
12663
12664
12665
12666
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12658

class ModifyDocumentPermissionRequest < Struct.new(
  :name,
  :permission_type,
  :account_ids_to_add,
  :account_ids_to_remove,
  :shared_document_version)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the document that you want to share.

Returns:

  • (String)


12658
12659
12660
12661
12662
12663
12664
12665
12666
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12658

class ModifyDocumentPermissionRequest < Struct.new(
  :name,
  :permission_type,
  :account_ids_to_add,
  :account_ids_to_remove,
  :shared_document_version)
  SENSITIVE = []
  include Aws::Structure
end

#permission_typeString

The permission type for the document. The permission type can be Share.

Returns:

  • (String)


12658
12659
12660
12661
12662
12663
12664
12665
12666
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12658

class ModifyDocumentPermissionRequest < Struct.new(
  :name,
  :permission_type,
  :account_ids_to_add,
  :account_ids_to_remove,
  :shared_document_version)
  SENSITIVE = []
  include Aws::Structure
end

#shared_document_versionString

(Optional) The version of the document to share. If it isn't specified, the system choose the Default version to share.

Returns:

  • (String)


12658
12659
12660
12661
12662
12663
12664
12665
12666
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12658

class ModifyDocumentPermissionRequest < Struct.new(
  :name,
  :permission_type,
  :account_ids_to_add,
  :account_ids_to_remove,
  :shared_document_version)
  SENSITIVE = []
  include Aws::Structure
end