Class: Aws::OpenSearchServerless::Types::SecurityConfigSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#config_versionString

The version of the security configuration.

Returns:

  • (String)


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_dateInteger

The Epoch time when the security configuration was created.

Returns:

  • (Integer)


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

#descriptionString

The description of the security configuration.

Returns:

  • (String)


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

#idString

The unique identifier of the security configuration.

Returns:

  • (String)


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_dateInteger

The timestamp of when the configuration was last modified.

Returns:

  • (Integer)


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

#typeString

The type of security configuration.

Returns:

  • (String)


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