class Amazonite::SsmV1::ModifyDocumentPermissionRequest
- Amazonite::SsmV1::ModifyDocumentPermissionRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/modify_document_permission_request.crConstructors
- .new(name : String, permission_type : DocumentPermissionType, account_ids_to_add : Array(String) | Nil = nil, account_ids_to_remove : Array(String) | Nil = nil, shared_document_version : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #account_ids_to_add : Array(String) | Nil
- #account_ids_to_add=(account_ids_to_add : Array(String) | Nil)
- #account_ids_to_remove : Array(String) | Nil
- #account_ids_to_remove=(account_ids_to_remove : Array(String) | Nil)
- #name : String
- #name=(name : String)
- #permission_type : DocumentPermissionType
- #permission_type=(permission_type : DocumentPermissionType)
- #shared_document_version : String | Nil
- #shared_document_version=(shared_document_version : String | Nil)