Class: Aws::OpenSearchServerless::Types::SecurityPolicyDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::SecurityPolicyDetail
- Includes:
- Structure
- Defined in:
- 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.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1994 class SecurityPolicyDetail < Struct.new( :created_date, :description, :last_modified_date, :name, :policy, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the security policy.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1994 class SecurityPolicyDetail < Struct.new( :created_date, :description, :last_modified_date, :name, :policy, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Integer
The timestamp of when the policy was last modified.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1994 class SecurityPolicyDetail < Struct.new( :created_date, :description, :last_modified_date, :name, :policy, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the policy.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1994 class SecurityPolicyDetail < Struct.new( :created_date, :description, :last_modified_date, :name, :policy, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ Hash, ...
The JSON policy document without any whitespaces.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1994 class SecurityPolicyDetail < Struct.new( :created_date, :description, :last_modified_date, :name, :policy, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#policy_version ⇒ String
The version of the policy.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1994 class SecurityPolicyDetail < Struct.new( :created_date, :description, :last_modified_date, :name, :policy, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of security policy.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1994 class SecurityPolicyDetail < Struct.new( :created_date, :description, :last_modified_date, :name, :policy, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |