Class: Aws::Types::BrowserSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:browser_policy])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_context::Hash[::String, ::String]

Returns the value of attribute additional_encryption_context.

Returns:

  • (::Hash[::String, ::String])


147
148
149
# File 'sig/types.rbs', line 147

def additional_encryption_context
  @additional_encryption_context
end

#associated_portal_arns::Array[::String]

Returns the value of attribute associated_portal_arns.

Returns:

  • (::Array[::String])


144
145
146
# File 'sig/types.rbs', line 144

def associated_portal_arns
  @associated_portal_arns
end

#browser_policy::String

Returns the value of attribute browser_policy.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def browser_policy
  @browser_policy
end

#browser_settings_arn::String

Returns the value of attribute browser_settings_arn.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def browser_settings_arn
  @browser_settings_arn
end

#customer_managed_key::String

Returns the value of attribute customer_managed_key.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def customer_managed_key
  @customer_managed_key
end

#web_content_filtering_policyTypes::WebContentFilteringPolicy

Returns the value of attribute web_content_filtering_policy.



148
149
150
# File 'sig/types.rbs', line 148

def web_content_filtering_policy
  @web_content_filtering_policy
end