Class: Aws::OpenSearchServerless::Types::GetPoliciesStatsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_policy_statsTypes::AccessPolicyStats

Information about the data access policies in your account.



1236
1237
1238
1239
1240
1241
1242
1243
1244
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1236

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_statsTypes::LifecyclePolicyStats

Information about the lifecycle policies in your account.



1236
1237
1238
1239
1240
1241
1242
1243
1244
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1236

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_statsTypes::SecurityConfigStats

Information about the security configurations in your account.



1236
1237
1238
1239
1240
1241
1242
1243
1244
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1236

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_statsTypes::SecurityPolicyStats

Information about the security policies in your account.



1236
1237
1238
1239
1240
1241
1242
1243
1244
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1236

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_countInteger

The total number of OpenSearch Serverless security policies and configurations in your account.

Returns:

  • (Integer)


1236
1237
1238
1239
1240
1241
1242
1243
1244
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1236

class GetPoliciesStatsResponse < Struct.new(
  :access_policy_stats,
  :lifecycle_policy_stats,
  :security_config_stats,
  :security_policy_stats,
  :total_policy_count)
  SENSITIVE = []
  include Aws::Structure
end