Class: Aws::OpenSearchServerless::Types::SecurityPolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::SecurityPolicySummary
- Includes:
- Structure
- Defined in:
- 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.
2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2063 class SecurityPolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the security policy.
2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2063 class SecurityPolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Integer
The timestamp of when the policy was last modified.
2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2063 class SecurityPolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the policy.
2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2063 class SecurityPolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#policy_version ⇒ String
The version of the policy.
2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2063 class SecurityPolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of security policy.
2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2063 class SecurityPolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |