class Amazonite::SsmV1::ModifyDocumentPermissionRequest

Included Modules

Defined in:

ssm_v1/modify_document_permission_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.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) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def account_ids_to_add : Array(String) | Nil #

[View source]
def account_ids_to_add=(account_ids_to_add : Array(String) | Nil) #

[View source]
def account_ids_to_remove : Array(String) | Nil #

[View source]
def account_ids_to_remove=(account_ids_to_remove : Array(String) | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def permission_type : DocumentPermissionType #

[View source]
def permission_type=(permission_type : DocumentPermissionType) #

[View source]
def shared_document_version : String | Nil #

[View source]
def shared_document_version=(shared_document_version : String | Nil) #

[View source]