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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2097 class SecurityPolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |