Class: Aws::Types::UpdateFirewallDomainsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domains::Array[::String]

Returns the value of attribute domains.

Returns:

  • (::Array[::String])


1233
1234
1235
# File 'sig/types.rbs', line 1233

def domains
  @domains
end

#firewall_domain_list_id::String

Returns the value of attribute firewall_domain_list_id.

Returns:

  • (::String)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def firewall_domain_list_id
  @firewall_domain_list_id
end

#operation"ADD", ...

Returns the value of attribute operation.

Returns:

  • ("ADD", "REMOVE", "REPLACE")


1232
1233
1234
# File 'sig/types.rbs', line 1232

def operation
  @operation
end