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:

  • (::Time)


112
113
114
# File 'sig/types.rbs', line 112

def anonymous_auth_disable_date
  @anonymous_auth_disable_date
end

#anonymous_auth_enabledBoolean

Returns the value of attribute anonymous_auth_enabled.

Returns:

  • (Boolean)


113
114
115
# File 'sig/types.rbs', line 113

def anonymous_auth_enabled
  @anonymous_auth_enabled
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


107
108
109
# File 'sig/types.rbs', line 107

def enabled
  @enabled
end

#iam_federation_optionsTypes::IAMFederationOptionsOutput

Returns the value of attribute iam_federation_options.



111
112
113
# File 'sig/types.rbs', line 111

def iam_federation_options
  @iam_federation_options
end

#internal_user_database_enabledBoolean

Returns the value of attribute internal_user_database_enabled.

Returns:

  • (Boolean)


108
109
110
# File 'sig/types.rbs', line 108

def internal_user_database_enabled
  @internal_user_database_enabled
end

#jwt_optionsTypes::JWTOptionsOutput

Returns the value of attribute jwt_options.



110
111
112
# File 'sig/types.rbs', line 110

def jwt_options
  @jwt_options
end

#saml_optionsTypes::SAMLOptionsOutput

Returns the value of attribute saml_options.



109
110
111
# File 'sig/types.rbs', line 109

def saml_options
  @saml_options
end