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.
-
#iam_federation_options ⇒ Types::IAMFederationOptionsInput
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::JWTOptionsInput
Returns the value of attribute jwt_options.
-
#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.
124 125 126 |
# File 'sig/types.rbs', line 124 def anonymous_auth_enabled @anonymous_auth_enabled end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
118 119 120 |
# File 'sig/types.rbs', line 118 def enabled @enabled end |
#iam_federation_options ⇒ Types::IAMFederationOptionsInput
Returns the value of attribute iam_federation_options.
123 124 125 |
# File 'sig/types.rbs', line 123 def @iam_federation_options end |
#internal_user_database_enabled ⇒ Boolean
Returns the value of attribute internal_user_database_enabled.
119 120 121 |
# File 'sig/types.rbs', line 119 def internal_user_database_enabled @internal_user_database_enabled end |
#jwt_options ⇒ Types::JWTOptionsInput
Returns the value of attribute jwt_options.
122 123 124 |
# File 'sig/types.rbs', line 122 def @jwt_options end |
#master_user_options ⇒ Types::MasterUserOptions
Returns the value of attribute master_user_options.
120 121 122 |
# File 'sig/types.rbs', line 120 def @master_user_options end |
#saml_options ⇒ Types::SAMLOptionsInput
Returns the value of attribute saml_options.
121 122 123 |
# File 'sig/types.rbs', line 121 def @saml_options end |