NAME

Paws::WorkMail::MobileDeviceAccessRule

USAGE

This 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

DESCRIPTION

A rule that controls access to mobile devices for an Amazon WorkMail group.

ATTRIBUTES

DateCreated => Str

The date and time at which an access rule was created.

DateModified => Str

The date and time at which an access rule was modified.

Description => Str

The 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 => Str

The effect of the rule when it matches. Allowed values are ALLOW or DENY.

MobileDeviceAccessRuleId => Str

The ID assigned to a mobile access rule.

Name => Str

The 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 ALSO

This class forms part of Paws, describing an object used in Paws::WorkMail

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues