Class: Aws::Types::ImportFirewallDomainsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_file_url::String

Returns the value of attribute domain_file_url.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("REPLACE")


676
677
678
# File 'sig/types.rbs', line 676

def operation
  @operation
end