Class: Aws::OpenSearchServerless::Types::SecurityConfigDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::SecurityConfigDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Details about 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 date the configuration was created.
-
#description ⇒ String
The description of the security configuration.
-
#iam_identity_center_options ⇒ Types::IamIdentityCenterConfigOptions
Describes IAM Identity Center options in the form of a key-value map.
-
#id ⇒ String
The unique identifier of the security configuration.
-
#last_modified_date ⇒ Integer
The timestamp of when the configuration was last modified.
-
#saml_options ⇒ Types::SamlConfigOptions
SAML options for the security configuration in the form of a key-value map.
-
#type ⇒ String
The type of security configuration.
Instance Attribute Details
#config_version ⇒ String
The version of the security configuration.
1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1993 class SecurityConfigDetail < Struct.new( :config_version, :created_date, :description, :iam_identity_center_options, :id, :last_modified_date, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Integer
The date the configuration was created.
1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1993 class SecurityConfigDetail < Struct.new( :config_version, :created_date, :description, :iam_identity_center_options, :id, :last_modified_date, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the security configuration.
1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1993 class SecurityConfigDetail < Struct.new( :config_version, :created_date, :description, :iam_identity_center_options, :id, :last_modified_date, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |
#iam_identity_center_options ⇒ Types::IamIdentityCenterConfigOptions
Describes IAM Identity Center options in the form of a key-value map.
1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1993 class SecurityConfigDetail < Struct.new( :config_version, :created_date, :description, :iam_identity_center_options, :id, :last_modified_date, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the security configuration.
1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1993 class SecurityConfigDetail < Struct.new( :config_version, :created_date, :description, :iam_identity_center_options, :id, :last_modified_date, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Integer
The timestamp of when the configuration was last modified.
1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1993 class SecurityConfigDetail < Struct.new( :config_version, :created_date, :description, :iam_identity_center_options, :id, :last_modified_date, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |
#saml_options ⇒ Types::SamlConfigOptions
SAML options for the security configuration in the form of a key-value map.
1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1993 class SecurityConfigDetail < Struct.new( :config_version, :created_date, :description, :iam_identity_center_options, :id, :last_modified_date, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of security configuration.
1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1993 class SecurityConfigDetail < Struct.new( :config_version, :created_date, :description, :iam_identity_center_options, :id, :last_modified_date, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |