Class: Aws::Types::ImportFirewallDomainsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportFirewallDomainsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_file_url ⇒ ::String
Returns the value of attribute domain_file_url.
-
#firewall_domain_list_id ⇒ ::String
Returns the value of attribute firewall_domain_list_id.
-
#operation ⇒ "REPLACE"
Returns the value of attribute operation.
Instance Attribute Details
#domain_file_url ⇒ ::String
Returns the value of attribute domain_file_url.
677 678 679 |
# File 'sig/types.rbs', line 677 def domain_file_url @domain_file_url end |
#firewall_domain_list_id ⇒ ::String
Returns the value of attribute firewall_domain_list_id.
675 676 677 |
# File 'sig/types.rbs', line 675 def firewall_domain_list_id @firewall_domain_list_id end |
#operation ⇒ "REPLACE"
Returns the value of attribute operation.
676 677 678 |
# File 'sig/types.rbs', line 676 def operation @operation end |