Class: Aws::Types::SecurityConfigDetail
- Inherits:
-
Object
- Object
- Aws::Types::SecurityConfigDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_version ⇒ ::String
Returns the value of attribute config_version.
-
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#iam_federation_options ⇒ Types::IamFederationConfigOptions
Returns the value of attribute iam_federation_options.
-
#iam_identity_center_options ⇒ Types::IamIdentityCenterConfigOptions
Returns the value of attribute iam_identity_center_options.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
-
#saml_options ⇒ Types::SamlConfigOptions
Returns the value of attribute saml_options.
-
#type ⇒ "saml", ...
Returns the value of attribute type.
Instance Attribute Details
#config_version ⇒ ::String
Returns the value of attribute config_version.
751 752 753 |
# File 'sig/types.rbs', line 751 def config_version @config_version end |
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
756 757 758 |
# File 'sig/types.rbs', line 756 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
752 753 754 |
# File 'sig/types.rbs', line 752 def description @description end |
#iam_federation_options ⇒ Types::IamFederationConfigOptions
Returns the value of attribute iam_federation_options.
755 756 757 |
# File 'sig/types.rbs', line 755 def @iam_federation_options end |
#iam_identity_center_options ⇒ Types::IamIdentityCenterConfigOptions
Returns the value of attribute iam_identity_center_options.
754 755 756 |
# File 'sig/types.rbs', line 754 def @iam_identity_center_options end |
#id ⇒ ::String
Returns the value of attribute id.
749 750 751 |
# File 'sig/types.rbs', line 749 def id @id end |
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
757 758 759 |
# File 'sig/types.rbs', line 757 def last_modified_date @last_modified_date end |
#saml_options ⇒ Types::SamlConfigOptions
Returns the value of attribute saml_options.
753 754 755 |
# File 'sig/types.rbs', line 753 def @saml_options end |
#type ⇒ "saml", ...
Returns the value of attribute type.
750 751 752 |
# File 'sig/types.rbs', line 750 def type @type end |