Class: Aws::Types::AuthConfig
- Inherits:
-
Object
- Object
- Aws::Types::AuthConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "API_KEY"
Returns the value of attribute auth_type.
-
#credential_provider_identifier ⇒ ::String
Returns the value of attribute credential_provider_identifier.
Instance Attribute Details
#auth_type ⇒ "API_KEY"
Returns the value of attribute auth_type.
46 47 48 |
# File 'sig/types.rbs', line 46 def auth_type @auth_type end |
#credential_provider_identifier ⇒ ::String
Returns the value of attribute credential_provider_identifier.
47 48 49 |
# File 'sig/types.rbs', line 47 def credential_provider_identifier @credential_provider_identifier end |