Class: Aws::Types::UpdateFirewallPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def dry_run
  @dry_run
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



1898
1899
1900
# File 'sig/types.rbs', line 1898

def encryption_configuration
  @encryption_configuration
end

#firewall_policyTypes::FirewallPolicy

Returns the value of attribute firewall_policy.



1895
1896
1897
# File 'sig/types.rbs', line 1895

def firewall_policy
  @firewall_policy
end

#firewall_policy_arn::String

Returns the value of attribute firewall_policy_arn.

Returns:

  • (::String)


1893
1894
1895
# File 'sig/types.rbs', line 1893

def firewall_policy_arn
  @firewall_policy_arn
end

#firewall_policy_name::String

Returns the value of attribute firewall_policy_name.

Returns:

  • (::String)


1894
1895
1896
# File 'sig/types.rbs', line 1894

def firewall_policy_name
  @firewall_policy_name
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1892
1893
1894
# File 'sig/types.rbs', line 1892

def update_token
  @update_token
end