Class: Aws::Types::UpdateBrowserSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:browser_policy])

Instance Attribute Summary collapse

Instance Attribute Details

#browser_policy::String

Returns the value of attribute browser_policy.

Returns:

  • (::String)


1149
1150
1151
# File 'sig/types.rbs', line 1149

def browser_policy
  @browser_policy
end

#browser_settings_arn::String

Returns the value of attribute browser_settings_arn.

Returns:

  • (::String)


1148
1149
1150
# File 'sig/types.rbs', line 1148

def browser_settings_arn
  @browser_settings_arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1150
1151
1152
# File 'sig/types.rbs', line 1150

def client_token
  @client_token
end

#web_content_filtering_policyTypes::WebContentFilteringPolicy

Returns the value of attribute web_content_filtering_policy.



1151
1152
1153
# File 'sig/types.rbs', line 1151

def web_content_filtering_policy
  @web_content_filtering_policy
end