Class: Aws::OpenSearchServerless::Types::SecurityPolicyStats

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

Overview

Statistics for an OpenSearch Serverless security policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_policy_countInteger

The number of encryption policies in the current account.

Returns:

  • (Integer)


2018
2019
2020
2021
2022
2023
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2018

class SecurityPolicyStats < Struct.new(
  :encryption_policy_count,
  :network_policy_count)
  SENSITIVE = []
  include Aws::Structure
end

#network_policy_countInteger

The number of network policies in the current account.

Returns:

  • (Integer)


2018
2019
2020
2021
2022
2023
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2018

class SecurityPolicyStats < Struct.new(
  :encryption_policy_count,
  :network_policy_count)
  SENSITIVE = []
  include Aws::Structure
end