Class: Aws::Types::AdvancedSecurityOptionsInput
- Inherits:
-
Object
- Object
- Aws::Types::AdvancedSecurityOptionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#master_user_options ⇒ Types::MasterUserOptions
Returns the value of attribute master_user_options.
-
#saml_options ⇒ Types::SAMLOptionsInput
Returns the value of attribute saml_options.
Instance Attribute Details
#anonymous_auth_enabled ⇒ Boolean
Returns the value of attribute anonymous_auth_enabled.
62 63 64 |
# File 'sig/types.rbs', line 62 def anonymous_auth_enabled @anonymous_auth_enabled end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
58 59 60 |
# File 'sig/types.rbs', line 58 def enabled @enabled end |
#internal_user_database_enabled ⇒ Boolean
Returns the value of attribute internal_user_database_enabled.
59 60 61 |
# File 'sig/types.rbs', line 59 def internal_user_database_enabled @internal_user_database_enabled end |
#master_user_options ⇒ Types::MasterUserOptions
Returns the value of attribute master_user_options.
60 61 62 |
# File 'sig/types.rbs', line 60 def end |
#saml_options ⇒ Types::SAMLOptionsInput
Returns the value of attribute saml_options.
61 62 63 |
# File 'sig/types.rbs', line 61 def end |