Class: Aws::OpenSearchServerless::Types::SecurityPolicySummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::OpenSearchServerless::Types::SecurityPolicySummary
 
- Defined in:
- gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb
Overview
A summary of a security policy for OpenSearch Serverless.
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_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.
| 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 | # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2314 class SecurityPolicySummary < Struct.new( :type, :name, :policy_version, :description, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The description of the security policy.
| 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 | # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2314 class SecurityPolicySummary < Struct.new( :type, :name, :policy_version, :description, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end | 
#last_modified_date ⇒ Integer
The timestamp of when the policy was last modified.
| 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 | # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2314 class SecurityPolicySummary < Struct.new( :type, :name, :policy_version, :description, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the policy.
| 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 | # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2314 class SecurityPolicySummary < Struct.new( :type, :name, :policy_version, :description, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end | 
#policy_version ⇒ String
The version of the policy.
| 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 | # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2314 class SecurityPolicySummary < Struct.new( :type, :name, :policy_version, :description, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The type of security policy.
| 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 | # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2314 class SecurityPolicySummary < Struct.new( :type, :name, :policy_version, :description, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |