Class: Aws::Types::AgentAccessConfig
- Inherits:
-
Object
- Object
- Aws::Types::AgentAccessConfig
- 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.
30 31 32 |
# File 'sig/types.rbs', line 30 def s3_bucket_arn @s3_bucket_arn end |
#screen_image_format ⇒ "PNG", "JPEG"
Returns the value of attribute screen_image_format.
33 34 35 |
# File 'sig/types.rbs', line 33 def screen_image_format @screen_image_format end |
#screen_resolution ⇒ "W_1280xH_720"
Returns the value of attribute screen_resolution.
32 33 34 |
# File 'sig/types.rbs', line 32 def screen_resolution @screen_resolution end |
#screenshots_upload_enabled ⇒ Boolean
Returns the value of attribute screenshots_upload_enabled.
31 32 33 |
# File 'sig/types.rbs', line 31 def screenshots_upload_enabled @screenshots_upload_enabled end |
#settings ⇒ ::Array[Types::AgentAccessSetting]
Returns the value of attribute settings.
29 30 31 |
# File 'sig/types.rbs', line 29 def settings @settings end |
#user_control_mode ⇒ "VIEW_ONLY", ...
Returns the value of attribute user_control_mode.
34 35 36 |
# File 'sig/types.rbs', line 34 def user_control_mode @user_control_mode end |