Class: Aws::Types::ModifyDocumentPermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDocumentPermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids_to_add ⇒ ::Array[::String]
Returns the value of attribute account_ids_to_add.
-
#account_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute account_ids_to_remove.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#permission_type ⇒ "Share"
Returns the value of attribute permission_type.
-
#shared_document_version ⇒ ::String
Returns the value of attribute shared_document_version.
Instance Attribute Details
#account_ids_to_add ⇒ ::Array[::String]
Returns the value of attribute account_ids_to_add.
3154 3155 3156 |
# File 'sig/types.rbs', line 3154 def account_ids_to_add @account_ids_to_add end |
#account_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute account_ids_to_remove.
3155 3156 3157 |
# File 'sig/types.rbs', line 3155 def account_ids_to_remove @account_ids_to_remove end |
#name ⇒ ::String
Returns the value of attribute name.
3152 3153 3154 |
# File 'sig/types.rbs', line 3152 def name @name end |
#permission_type ⇒ "Share"
Returns the value of attribute permission_type.
3153 3154 3155 |
# File 'sig/types.rbs', line 3153 def @permission_type end |
#shared_document_version ⇒ ::String
Returns the value of attribute shared_document_version.
3156 3157 3158 |
# File 'sig/types.rbs', line 3156 def shared_document_version @shared_document_version end |