Class: Aws::OpenSearchServerless::Types::SecurityPolicyDetail
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::OpenSearchServerless::Types::SecurityPolicyDetail
 
- Defined in:
- gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb
Overview
Details about an OpenSearch Serverless security policy.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #created_date  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date the policy was created. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the security policy. 
- 
  
    
      #last_modified_date  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp of when the policy was last modified. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the policy. 
- 
  
    
      #policy  ⇒ Hash, ... 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The JSON policy document without any whitespaces. 
- 
  
    
      #policy_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version of the policy. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of security policy. 
Instance Attribute Details
#created_date ⇒ Integer
The date the policy was created.
| 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 | # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2255 class SecurityPolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The description of the security policy.
| 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 | # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2255 class SecurityPolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end | 
#last_modified_date ⇒ Integer
The timestamp of when the policy was last modified.
| 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 | # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2255 class SecurityPolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the policy.
| 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 | # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2255 class SecurityPolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end | 
#policy ⇒ Hash, ...
The JSON policy document without any whitespaces.
| 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 | # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2255 class SecurityPolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end | 
#policy_version ⇒ String
The version of the policy.
| 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 | # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2255 class SecurityPolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The type of security policy.
| 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 | # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2255 class SecurityPolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |