Class: Aws::OpenSearchServerless::Types::AccessPolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::AccessPolicySummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
A summary of the data access policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Integer
The Epoch time when the access policy was created.
-
#description ⇒ String
The description of the access policy.
-
#last_modified_date ⇒ Integer
The date and time when the collection was last modified.
-
#name ⇒ String
The name of the access policy.
-
#policy_version ⇒ String
The version of the policy.
-
#type ⇒ String
The type of access policy.
Instance Attribute Details
#created_date ⇒ Integer
The Epoch time when the access policy was created.
100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 100 class AccessPolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the access policy.
100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 100 class AccessPolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Integer
The date and time when the collection was last modified.
100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 100 class AccessPolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the access policy.
100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 100 class AccessPolicySummary < 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.
100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 100 class AccessPolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of access policy. Currently, the only available type is ‘data`.
100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 100 class AccessPolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |