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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1246
1247
1248
1249
1250
1251
1252
1253
1254
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1246

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.



1246
1247
1248
1249
1250
1251
1252
1253
1254
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1246

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.



1246
1247
1248
1249
1250
1251
1252
1253
1254
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1246

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.



1246
1247
1248
1249
1250
1251
1252
1253
1254
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1246

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)


1246
1247
1248
1249
1250
1251
1252
1253
1254
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1246

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