Class: Aws::Types::GetPoliciesStatsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPoliciesStatsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_policy_stats ⇒ Types::AccessPolicyStats
Returns the value of attribute access_policy_stats.
-
#lifecycle_policy_stats ⇒ Types::LifecyclePolicyStats
Returns the value of attribute lifecycle_policy_stats.
-
#security_config_stats ⇒ Types::SecurityConfigStats
Returns the value of attribute security_config_stats.
-
#security_policy_stats ⇒ Types::SecurityPolicyStats
Returns the value of attribute security_policy_stats.
-
#total_policy_count ⇒ ::Integer
Returns the value of attribute total_policy_count.
Instance Attribute Details
#access_policy_stats ⇒ Types::AccessPolicyStats
Returns the value of attribute access_policy_stats.
530 531 532 |
# File 'sig/types.rbs', line 530 def access_policy_stats @access_policy_stats end |
#lifecycle_policy_stats ⇒ Types::LifecyclePolicyStats
Returns the value of attribute lifecycle_policy_stats.
533 534 535 |
# File 'sig/types.rbs', line 533 def lifecycle_policy_stats @lifecycle_policy_stats end |
#security_config_stats ⇒ Types::SecurityConfigStats
Returns the value of attribute security_config_stats.
532 533 534 |
# File 'sig/types.rbs', line 532 def security_config_stats @security_config_stats end |
#security_policy_stats ⇒ Types::SecurityPolicyStats
Returns the value of attribute security_policy_stats.
531 532 533 |
# File 'sig/types.rbs', line 531 def security_policy_stats @security_policy_stats end |
#total_policy_count ⇒ ::Integer
Returns the value of attribute total_policy_count.
534 535 536 |
# File 'sig/types.rbs', line 534 def total_policy_count @total_policy_count end |