Class: Aws::OpenSearchServerless::Types::SecurityConfigSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::SecurityConfigSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
A summary of a security configuration for OpenSearch Serverless.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_version ⇒ String
The version of the security configuration.
-
#created_date ⇒ Integer
The Epoch time when the security configuration was created.
-
#description ⇒ String
The description of the security configuration.
-
#id ⇒ String
The unique identifier of the security configuration.
-
#last_modified_date ⇒ Integer
The timestamp of when the configuration was last modified.
-
#type ⇒ String
The type of security configuration.
Instance Attribute Details
#config_version ⇒ String
The version of the security configuration.
2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2048 class SecurityConfigSummary < Struct.new( :config_version, :created_date, :description, :id, :last_modified_date, :type) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Integer
The Epoch time when the security configuration was created.
2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2048 class SecurityConfigSummary < Struct.new( :config_version, :created_date, :description, :id, :last_modified_date, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the security configuration.
2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2048 class SecurityConfigSummary < Struct.new( :config_version, :created_date, :description, :id, :last_modified_date, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the security configuration.
2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2048 class SecurityConfigSummary < Struct.new( :config_version, :created_date, :description, :id, :last_modified_date, :type) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Integer
The timestamp of when the configuration was last modified.
2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2048 class SecurityConfigSummary < Struct.new( :config_version, :created_date, :description, :id, :last_modified_date, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of security configuration.
2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2048 class SecurityConfigSummary < Struct.new( :config_version, :created_date, :description, :id, :last_modified_date, :type) SENSITIVE = [] include Aws::Structure end |