Class: Aws::Types::AuthenticationConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_auth_configs::Array[Types::CustomAuthConfig]

Returns the value of attribute custom_auth_configs.

Returns:



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

def custom_auth_configs
  @custom_auth_configs
end

#is_api_key_auth_supportedBoolean

Returns the value of attribute is_api_key_auth_supported.

Returns:

  • (Boolean)


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

def is_api_key_auth_supported
  @is_api_key_auth_supported
end

#is_basic_auth_supportedBoolean

Returns the value of attribute is_basic_auth_supported.

Returns:

  • (Boolean)


56
57
58
# File 'sig/types.rbs', line 56

def is_basic_auth_supported
  @is_basic_auth_supported
end

#is_custom_auth_supportedBoolean

Returns the value of attribute is_custom_auth_supported.

Returns:

  • (Boolean)


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

def is_custom_auth_supported
  @is_custom_auth_supported
end

#is_o_auth_2_supportedBoolean

Returns the value of attribute is_o_auth_2_supported.

Returns:

  • (Boolean)


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

def is_o_auth_2_supported
  @is_o_auth_2_supported
end

#o_auth_2_defaultsTypes::OAuth2Defaults

Returns the value of attribute o_auth_2_defaults.



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

def o_auth_2_defaults
  @o_auth_2_defaults
end