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.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1951 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.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1951 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.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1951 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.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1951 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.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1951 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.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1951 class SecurityConfigSummary < Struct.new( :config_version, :created_date, :description, :id, :last_modified_date, :type) SENSITIVE = [] include Aws::Structure end |