Class: Aws::OpenSearchServerless::Types::AccessPolicyStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::AccessPolicyStats
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Statistics for an OpenSearch Serverless access policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_policy_count ⇒ Integer
The number of data access policies in the current account.
Instance Attribute Details
#data_policy_count ⇒ Integer
The number of data access policies in the current account.
65 66 67 68 69 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 65 class AccessPolicyStats < Struct.new( :data_policy_count) SENSITIVE = [] include Aws::Structure end |