Class: Aws::Types::FirewallPolicyMetadata
- Inherits:
-
Object
- Object
- Aws::Types::FirewallPolicyMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
875 876 877 |
# File 'sig/types.rbs', line 875 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
874 875 876 |
# File 'sig/types.rbs', line 874 def name @name end |