![]() |
![]()
| ![]() |
![]()
NAMEPaws::WorkMail::MobileDeviceAccessRule USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::WorkMail::MobileDeviceAccessRule object: $service_obj->Method(Att1 => { DateCreated => $value, ..., NotDeviceUserAgents => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::WorkMail::MobileDeviceAccessRule object: $result = $service_obj->Method(...); $result->Att1->DateCreated DESCRIPTIONA rule that controls access to mobile devices for an Amazon WorkMail group. ATTRIBUTESDateCreated => StrThe date and time at which an access rule was created. DateModified => StrThe date and time at which an access rule was modified. Description => StrThe description of a mobile access rule. DeviceModels => ArrayRef[Str|Undef]Device models that a rule will match. DeviceOperatingSystems => ArrayRef[Str|Undef]Device operating systems that a rule will match. DeviceTypes => ArrayRef[Str|Undef]Device types that a rule will match. DeviceUserAgents => ArrayRef[Str|Undef]Device user agents that a rule will match. Effect => StrThe effect of the rule when it matches. Allowed values are "ALLOW" or "DENY". MobileDeviceAccessRuleId => StrThe ID assigned to a mobile access rule. Name => StrThe name of a mobile access rule. NotDeviceModels => ArrayRef[Str|Undef]Device models that a rule will not match. All other device models will match. NotDeviceOperatingSystems => ArrayRef[Str|Undef]Device operating systems that a rule will not match. All other device types will match. NotDeviceTypes => ArrayRef[Str|Undef]Device types that a rule will not match. All other device types will match. NotDeviceUserAgents => ArrayRef[Str|Undef]Device user agents that a rule will not match. All other device user agents will match. SEE ALSOThis class forms part of Paws, describing an object used in Paws::WorkMail BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|