Class: Aws::Types::UpdateFirewallDomainsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFirewallDomainsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domains ⇒ ::Array[::String]
Returns the value of attribute domains.
-
#firewall_domain_list_id ⇒ ::String
Returns the value of attribute firewall_domain_list_id.
-
#operation ⇒ "ADD", ...
Returns the value of attribute operation.
Instance Attribute Details
#domains ⇒ ::Array[::String]
Returns the value of attribute domains.
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.
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.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def operation @operation end |