Class: Aws::Types::CreateBrowserSettingsRequest

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])


199
200
201
# File 'sig/types.rbs', line 199

def additional_encryption_context
  @additional_encryption_context
end

#browser_policy::String

Returns the value of attribute browser_policy.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def browser_policy
  @browser_policy
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def client_token
  @client_token
end

#customer_managed_key::String

Returns the value of attribute customer_managed_key.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def customer_managed_key
  @customer_managed_key
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def tags
  @tags
end

#web_content_filtering_policyTypes::WebContentFilteringPolicy

Returns the value of attribute web_content_filtering_policy.



202
203
204
# File 'sig/types.rbs', line 202

def web_content_filtering_policy
  @web_content_filtering_policy
end