Class: Aws::Types::AuthConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AuthConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ Types::Property
Returns the value of attribute authentication_type.
-
#basic_authentication_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute basic_authentication_properties.
-
#custom_authentication_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute custom_authentication_properties.
-
#o_auth_2_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute o_auth_2_properties.
-
#secret_arn ⇒ Types::Property
Returns the value of attribute secret_arn.
Instance Attribute Details
#authentication_type ⇒ Types::Property
Returns the value of attribute authentication_type.
163 164 165 |
# File 'sig/types.rbs', line 163 def authentication_type @authentication_type end |
#basic_authentication_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute basic_authentication_properties.
166 167 168 |
# File 'sig/types.rbs', line 166 def basic_authentication_properties @basic_authentication_properties end |
#custom_authentication_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute custom_authentication_properties.
167 168 169 |
# File 'sig/types.rbs', line 167 def custom_authentication_properties @custom_authentication_properties end |
#o_auth_2_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute o_auth_2_properties.
165 166 167 |
# File 'sig/types.rbs', line 165 def o_auth_2_properties @o_auth_2_properties end |
#secret_arn ⇒ Types::Property
Returns the value of attribute secret_arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def secret_arn @secret_arn end |