Class: Aws::OpenSearchServerless::Types::GetPoliciesStatsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::GetPoliciesStatsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_policy_stats ⇒ Types::AccessPolicyStats
Information about the data access policies in your account.
-
#lifecycle_policy_stats ⇒ Types::LifecyclePolicyStats
Information about the lifecycle policies in your account.
-
#security_config_stats ⇒ Types::SecurityConfigStats
Information about the security configurations in your account.
-
#security_policy_stats ⇒ Types::SecurityPolicyStats
Information about the security policies in your account.
-
#total_policy_count ⇒ Integer
The total number of OpenSearch Serverless security policies and configurations in your account.
Instance Attribute Details
#access_policy_stats ⇒ Types::AccessPolicyStats
Information about the data access policies in your account.
1281 1282 1283 1284 1285 1286 1287 1288 1289 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1281 class GetPoliciesStatsResponse < Struct.new( :access_policy_stats, :lifecycle_policy_stats, :security_config_stats, :security_policy_stats, :total_policy_count) SENSITIVE = [] include Aws::Structure end |
#lifecycle_policy_stats ⇒ Types::LifecyclePolicyStats
Information about the lifecycle policies in your account.
1281 1282 1283 1284 1285 1286 1287 1288 1289 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1281 class GetPoliciesStatsResponse < Struct.new( :access_policy_stats, :lifecycle_policy_stats, :security_config_stats, :security_policy_stats, :total_policy_count) SENSITIVE = [] include Aws::Structure end |
#security_config_stats ⇒ Types::SecurityConfigStats
Information about the security configurations in your account.
1281 1282 1283 1284 1285 1286 1287 1288 1289 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1281 class GetPoliciesStatsResponse < Struct.new( :access_policy_stats, :lifecycle_policy_stats, :security_config_stats, :security_policy_stats, :total_policy_count) SENSITIVE = [] include Aws::Structure end |
#security_policy_stats ⇒ Types::SecurityPolicyStats
Information about the security policies in your account.
1281 1282 1283 1284 1285 1286 1287 1288 1289 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1281 class GetPoliciesStatsResponse < Struct.new( :access_policy_stats, :lifecycle_policy_stats, :security_config_stats, :security_policy_stats, :total_policy_count) SENSITIVE = [] include Aws::Structure end |
#total_policy_count ⇒ Integer
The total number of OpenSearch Serverless security policies and configurations in your account.
1281 1282 1283 1284 1285 1286 1287 1288 1289 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1281 class GetPoliciesStatsResponse < Struct.new( :access_policy_stats, :lifecycle_policy_stats, :security_config_stats, :security_policy_stats, :total_policy_count) SENSITIVE = [] include Aws::Structure end |