Class: Aws::Types::SecurityPolicyStats
- Inherits:
-
Object
- Object
- Aws::Types::SecurityPolicyStats
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_policy_count ⇒ ::Integer
Returns the value of attribute encryption_policy_count.
-
#network_policy_count ⇒ ::Integer
Returns the value of attribute network_policy_count.
Instance Attribute Details
#encryption_policy_count ⇒ ::Integer
Returns the value of attribute encryption_policy_count.
788 789 790 |
# File 'sig/types.rbs', line 788 def encryption_policy_count @encryption_policy_count end |
#network_policy_count ⇒ ::Integer
Returns the value of attribute network_policy_count.
789 790 791 |
# File 'sig/types.rbs', line 789 def network_policy_count @network_policy_count end |