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.
-
#internal_user_database_enabled ⇒ Boolean
Returns the value of attribute internal_user_database_enabled.
-
#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.
52 53 54 |
# File 'sig/types.rbs', line 52 def anonymous_auth_disable_date @anonymous_auth_disable_date end |
#anonymous_auth_enabled ⇒ Boolean
Returns the value of attribute anonymous_auth_enabled.
53 54 55 |
# File 'sig/types.rbs', line 53 def anonymous_auth_enabled @anonymous_auth_enabled end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
49 50 51 |
# File 'sig/types.rbs', line 49 def enabled @enabled end |
#internal_user_database_enabled ⇒ Boolean
Returns the value of attribute internal_user_database_enabled.
50 51 52 |
# File 'sig/types.rbs', line 50 def internal_user_database_enabled @internal_user_database_enabled end |
#saml_options ⇒ Types::SAMLOptionsOutput
Returns the value of attribute saml_options.
51 52 53 |
# File 'sig/types.rbs', line 51 def end |