You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::Resolution

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the screen resolution of a device in height and width, expressed in pixels.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#heightInteger

The screen resolution\'s height, expressed in pixels.

Returns:

  • (Integer)

    The screen resolution\'s height, expressed in pixels.

#widthInteger

The screen resolution\'s width, expressed in pixels.

Returns:

  • (Integer)

    The screen resolution\'s width, expressed in pixels.