Class: Aws::Types::AuthenticationConfigurationPatch
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticationConfigurationPatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#basic_authentication_credentials ⇒ Types::BasicAuthenticationCredentials
Returns the value of attribute basic_authentication_credentials.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#basic_authentication_credentials ⇒ Types::BasicAuthenticationCredentials
Returns the value of attribute basic_authentication_credentials.
432 433 434 |
# File 'sig/types.rbs', line 432 def basic_authentication_credentials @basic_authentication_credentials end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
431 432 433 |
# File 'sig/types.rbs', line 431 def secret_arn @secret_arn end |