Class: Aws::Types::UpdateFirewallEncryptionConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



1835
1836
1837
# File 'sig/types.rbs', line 1835

def encryption_configuration
  @encryption_configuration
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def firewall_name
  @firewall_name
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def update_token
  @update_token
end