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)


1868
1869
1870
# File 'sig/types.rbs', line 1868

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1869
1870
1871
# File 'sig/types.rbs', line 1869

def dry_run
  @dry_run
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



1870
1871
1872
# File 'sig/types.rbs', line 1870

def encryption_configuration
  @encryption_configuration
end

#firewall_policyTypes::FirewallPolicy

Returns the value of attribute firewall_policy.



1867
1868
1869
# File 'sig/types.rbs', line 1867

def firewall_policy
  @firewall_policy
end

#firewall_policy_arn::String

Returns the value of attribute firewall_policy_arn.

Returns:

  • (::String)


1865
1866
1867
# File 'sig/types.rbs', line 1865

def firewall_policy_arn
  @firewall_policy_arn
end

#firewall_policy_name::String

Returns the value of attribute firewall_policy_name.

Returns:

  • (::String)


1866
1867
1868
# File 'sig/types.rbs', line 1866

def firewall_policy_name
  @firewall_policy_name
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1864
1865
1866
# File 'sig/types.rbs', line 1864

def update_token
  @update_token
end