Class: Aws::OpenSearchServerless::Types::AccessPolicyDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::AccessPolicyDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Details about an OpenSearch Serverless access policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Integer
The date the policy was created.
-
#description ⇒ String
The description of the 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 access policy.
Instance Attribute Details
#created_date ⇒ Integer
The date the policy was created.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 45 class AccessPolicyDetail < Struct.new( :created_date, :description, :last_modified_date, :name, :policy, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the policy.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 45 class AccessPolicyDetail < 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.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 45 class AccessPolicyDetail < 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.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 45 class AccessPolicyDetail < 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.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 45 class AccessPolicyDetail < 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.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 45 class AccessPolicyDetail < Struct.new( :created_date, :description, :last_modified_date, :name, :policy, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of access policy.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 45 class AccessPolicyDetail < Struct.new( :created_date, :description, :last_modified_date, :name, :policy, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |