Class: Aws::Types::AdvancedSecurityOptionsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#anonymous_auth_enabledBoolean

Returns the value of attribute anonymous_auth_enabled.

Returns:



62
63
64
# File 'sig/types.rbs', line 62

def anonymous_auth_enabled
  @anonymous_auth_enabled
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:



58
59
60
# File 'sig/types.rbs', line 58

def enabled
  @enabled
end

#internal_user_database_enabledBoolean

Returns the value of attribute internal_user_database_enabled.

Returns:



59
60
61
# File 'sig/types.rbs', line 59

def internal_user_database_enabled
  @internal_user_database_enabled
end

#master_user_optionsTypes::MasterUserOptions

Returns the value of attribute master_user_options.

Returns:



60
61
62
# File 'sig/types.rbs', line 60

def master_user_options
  @master_user_options
end

#saml_optionsTypes::SAMLOptionsInput

Returns the value of attribute saml_options.

Returns:



61
62
63
# File 'sig/types.rbs', line 61

def saml_options
  @saml_options
end