Class: Aws::OpenSearchServerless::Types::SecurityConfigDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb

Overview

Details about 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)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1897

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

#created_dateInteger

The date the configuration was created.

Returns:

  • (Integer)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1897

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

#descriptionString

The description of the security configuration.

Returns:

  • (String)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1897

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

#idString

The unique identifier of the security configuration.

Returns:

  • (String)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1897

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

#last_modified_dateInteger

The timestamp of when the configuration was last modified.

Returns:

  • (Integer)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1897

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

#saml_optionsTypes::SamlConfigOptions

SAML options for the security configuration in the form of a key-value map.



1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1897

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

#typeString

The type of security configuration.

Returns:

  • (String)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1897

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