Class: Aws::Types::AuthenticationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "BASIC", ...
Returns the value of attribute authentication_type.
-
#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.
172 173 174 |
# File 'sig/types.rbs', line 172 def authentication_type @authentication_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
174 175 176 |
# File 'sig/types.rbs', line 174 def kms_key_arn @kms_key_arn end |
#o_auth_2_properties ⇒ Types::OAuth2Properties
Returns the value of attribute o_auth_2_properties.
175 176 177 |
# File 'sig/types.rbs', line 175 def o_auth_2_properties @o_auth_2_properties end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
173 174 175 |
# File 'sig/types.rbs', line 173 def secret_arn @secret_arn end |