Class: Aws::Types::AdvancedSecurityOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#anonymous_auth_disable_date::Time

Returns the value of attribute anonymous_auth_disable_date.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def anonymous_auth_disable_date
  @anonymous_auth_disable_date
end

#anonymous_auth_enabledBoolean

Returns the value of attribute anonymous_auth_enabled.

Returns:



53
54
55
# File 'sig/types.rbs', line 53

def anonymous_auth_enabled
  @anonymous_auth_enabled
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:



49
50
51
# File 'sig/types.rbs', line 49

def enabled
  @enabled
end

#internal_user_database_enabledBoolean

Returns the value of attribute internal_user_database_enabled.

Returns:



50
51
52
# File 'sig/types.rbs', line 50

def internal_user_database_enabled
  @internal_user_database_enabled
end

#saml_optionsTypes::SAMLOptionsOutput

Returns the value of attribute saml_options.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def saml_options
  @saml_options
end