Class: Aws::Types::AdvancedSecurityOptions
- Inherits:
-
Object
- Object
- Aws::Types::AdvancedSecurityOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anonymous_auth_disable_date ⇒ ::Time
Returns the value of attribute anonymous_auth_disable_date.
-
#anonymous_auth_enabled ⇒ Boolean
Returns the value of attribute anonymous_auth_enabled.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#iam_federation_options ⇒ Types::IAMFederationOptionsOutput
Returns the value of attribute iam_federation_options.
-
#internal_user_database_enabled ⇒ Boolean
Returns the value of attribute internal_user_database_enabled.
-
#jwt_options ⇒ Types::JWTOptionsOutput
Returns the value of attribute jwt_options.
-
#saml_options ⇒ Types::SAMLOptionsOutput
Returns the value of attribute saml_options.
Instance Attribute Details
#anonymous_auth_disable_date ⇒ ::Time
Returns the value of attribute anonymous_auth_disable_date.
112 113 114 |
# File 'sig/types.rbs', line 112 def anonymous_auth_disable_date @anonymous_auth_disable_date end |
#anonymous_auth_enabled ⇒ Boolean
Returns the value of attribute anonymous_auth_enabled.
113 114 115 |
# File 'sig/types.rbs', line 113 def anonymous_auth_enabled @anonymous_auth_enabled end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
107 108 109 |
# File 'sig/types.rbs', line 107 def enabled @enabled end |
#iam_federation_options ⇒ Types::IAMFederationOptionsOutput
Returns the value of attribute iam_federation_options.
111 112 113 |
# File 'sig/types.rbs', line 111 def @iam_federation_options end |
#internal_user_database_enabled ⇒ Boolean
Returns the value of attribute internal_user_database_enabled.
108 109 110 |
# File 'sig/types.rbs', line 108 def internal_user_database_enabled @internal_user_database_enabled end |
#jwt_options ⇒ Types::JWTOptionsOutput
Returns the value of attribute jwt_options.
110 111 112 |
# File 'sig/types.rbs', line 110 def @jwt_options end |
#saml_options ⇒ Types::SAMLOptionsOutput
Returns the value of attribute saml_options.
109 110 111 |
# File 'sig/types.rbs', line 109 def @saml_options end |