Class: Aws::Types::FirewallMetadata
- Inherits:
-
Object
- Object
- Aws::Types::FirewallMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
Instance Attribute Details
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
854 855 856 |
# File 'sig/types.rbs', line 854 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
853 854 855 |
# File 'sig/types.rbs', line 853 def firewall_name @firewall_name end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
855 856 857 |
# File 'sig/types.rbs', line 855 def @transit_gateway_attachment_id end |