Class: Aws::Types::BaseScreenshot
- Inherits:
-
Object
- Object
- Aws::Types::BaseScreenshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ignore_coordinates ⇒ ::Array[::String]
Returns the value of attribute ignore_coordinates.
-
#screenshot_name ⇒ ::String
Returns the value of attribute screenshot_name.
Instance Attribute Details
#ignore_coordinates ⇒ ::Array[::String]
Returns the value of attribute ignore_coordinates.
49 50 51 |
# File 'sig/types.rbs', line 49 def ignore_coordinates @ignore_coordinates end |
#screenshot_name ⇒ ::String
Returns the value of attribute screenshot_name.
48 49 50 |
# File 'sig/types.rbs', line 48 def screenshot_name @screenshot_name end |