Class: Aws::Types::UpdateFirewallPolicyChangeProtectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


1850
1851
1852
# File 'sig/types.rbs', line 1850

def firewall_name
  @firewall_name
end

#firewall_policy_change_protectionBoolean

Returns the value of attribute firewall_policy_change_protection.

Returns:

  • (Boolean)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def firewall_policy_change_protection
  @firewall_policy_change_protection
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1848
1849
1850
# File 'sig/types.rbs', line 1848

def update_token
  @update_token
end