Class: Aws::Types::ModifyDocumentPermissionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids_to_add::Array[::String]

Returns the value of attribute account_ids_to_add.

Returns:

  • (::Array[::String])


3154
3155
3156
# File 'sig/types.rbs', line 3154

def 
  @account_ids_to_add
end

#account_ids_to_remove::Array[::String]

Returns the value of attribute account_ids_to_remove.

Returns:

  • (::Array[::String])


3155
3156
3157
# File 'sig/types.rbs', line 3155

def 
  @account_ids_to_remove
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3152
3153
3154
# File 'sig/types.rbs', line 3152

def name
  @name
end

#permission_type"Share"

Returns the value of attribute permission_type.

Returns:

  • ("Share")


3153
3154
3155
# File 'sig/types.rbs', line 3153

def permission_type
  @permission_type
end

#shared_document_version::String

Returns the value of attribute shared_document_version.

Returns:

  • (::String)


3156
3157
3158
# File 'sig/types.rbs', line 3156

def shared_document_version
  @shared_document_version
end