Class: Aws::Types::AuthenticationConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticationConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "BASIC", ...
Returns the value of attribute authentication_type.
-
#basic_authentication_credentials ⇒ Types::BasicAuthenticationCredentials
Returns the value of attribute basic_authentication_credentials.
-
#custom_authentication_credentials ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_authentication_credentials.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#o_auth_2_properties ⇒ Types::OAuth2Properties
Returns the value of attribute o_auth_2_properties.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#authentication_type ⇒ "BASIC", ...
Returns the value of attribute authentication_type.
421 422 423 |
# File 'sig/types.rbs', line 421 def authentication_type @authentication_type end |
#basic_authentication_credentials ⇒ Types::BasicAuthenticationCredentials
Returns the value of attribute basic_authentication_credentials.
425 426 427 |
# File 'sig/types.rbs', line 425 def basic_authentication_credentials @basic_authentication_credentials end |
#custom_authentication_credentials ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_authentication_credentials.
426 427 428 |
# File 'sig/types.rbs', line 426 def custom_authentication_credentials @custom_authentication_credentials end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
424 425 426 |
# File 'sig/types.rbs', line 424 def kms_key_arn @kms_key_arn end |
#o_auth_2_properties ⇒ Types::OAuth2Properties
Returns the value of attribute o_auth_2_properties.
422 423 424 |
# File 'sig/types.rbs', line 422 def o_auth_2_properties @o_auth_2_properties end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
423 424 425 |
# File 'sig/types.rbs', line 423 def secret_arn @secret_arn end |