Class: Aws::Types::AgentAccessConfig

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)


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.

Returns:

  • ("PNG", "JPEG")


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.

Returns:

  • ("W_1280xH_720")


32
33
34
# File 'sig/types.rbs', line 32

def screen_resolution
  @screen_resolution
end

#screenshots_upload_enabledBoolean

Returns the value of attribute screenshots_upload_enabled.

Returns:

  • (Boolean)


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.

Returns:



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.

Returns:

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


34
35
36
# File 'sig/types.rbs', line 34

def user_control_mode
  @user_control_mode
end