Class: Aws::Types::UpdateFirewallDescriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFirewallDescriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def description @description end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def firewall_name @firewall_name end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def update_token @update_token end |