Class: Aws::Types::AgentAccessConfigForUpdate
- Inherits:
-
Object
- Object
- Aws::Types::AgentAccessConfigForUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
-
#screen_image_format ⇒ "PNG", "JPEG"
Returns the value of attribute screen_image_format.
-
#screen_resolution ⇒ "W_1280xH_720"
Returns the value of attribute screen_resolution.
-
#screenshots_upload_enabled ⇒ Boolean
Returns the value of attribute screenshots_upload_enabled.
-
#settings ⇒ ::Array[Types::AgentAccessSetting]
Returns the value of attribute settings.
-
#user_control_mode ⇒ "VIEW_ONLY", ...
Returns the value of attribute user_control_mode.
Instance Attribute Details
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
40 41 42 |
# File 'sig/types.rbs', line 40 def s3_bucket_arn @s3_bucket_arn end |
#screen_image_format ⇒ "PNG", "JPEG"
Returns the value of attribute screen_image_format.
43 44 45 |
# File 'sig/types.rbs', line 43 def screen_image_format @screen_image_format end |
#screen_resolution ⇒ "W_1280xH_720"
Returns the value of attribute screen_resolution.
42 43 44 |
# File 'sig/types.rbs', line 42 def screen_resolution @screen_resolution end |
#screenshots_upload_enabled ⇒ Boolean
Returns the value of attribute screenshots_upload_enabled.
41 42 43 |
# File 'sig/types.rbs', line 41 def screenshots_upload_enabled @screenshots_upload_enabled end |
#settings ⇒ ::Array[Types::AgentAccessSetting]
Returns the value of attribute settings.
39 40 41 |
# File 'sig/types.rbs', line 39 def settings @settings end |
#user_control_mode ⇒ "VIEW_ONLY", ...
Returns the value of attribute user_control_mode.
44 45 46 |
# File 'sig/types.rbs', line 44 def user_control_mode @user_control_mode end |