Class: Aws::Types::AgentAccessConfigForUpdate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_arn::String

Returns the value of attribute s3_bucket_arn.

Returns:

  • (::String)


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.

Returns:

  • ("PNG", "JPEG")


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.

Returns:

  • ("W_1280xH_720")


42
43
44
# File 'sig/types.rbs', line 42

def screen_resolution
  @screen_resolution
end

#screenshots_upload_enabledBoolean

Returns the value of attribute screenshots_upload_enabled.

Returns:

  • (Boolean)


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.

Returns:



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.

Returns:

  • ("VIEW_ONLY", "VIEW_STOP", "DISABLED")


44
45
46
# File 'sig/types.rbs', line 44

def user_control_mode
  @user_control_mode
end