Class: Aws::Types::UpdateFirewallDeleteProtectionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_protectionBoolean

Returns the value of attribute delete_protection.

Returns:

  • (Boolean)


1810
1811
1812
# File 'sig/types.rbs', line 1810

def delete_protection
  @delete_protection
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def firewall_name
  @firewall_name
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1811
1812
1813
# File 'sig/types.rbs', line 1811

def update_token
  @update_token
end