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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchserverless/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)


1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1961

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)


1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1961

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)


1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1961

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)


1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1961

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)


1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1961

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)


1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1961

class SecurityConfigSummary < Struct.new(
  :config_version,
  :created_date,
  :description,
  :id,
  :last_modified_date,
  :type)
  SENSITIVE = []
  include Aws::Structure
end