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.
167 168 169 |
# File 'sig/types.rbs', line 167 def authentication_type @authentication_type end |
#basic_authentication_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute basic_authentication_properties.
170 171 172 |
# File 'sig/types.rbs', line 170 def basic_authentication_properties @basic_authentication_properties end |
#custom_authentication_properties ⇒ ::Hash[::String, Types::Property]
Returns the value of attribute custom_authentication_properties.
171 172 173 |
# File 'sig/types.rbs', line 171 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.
169 170 171 |
# File 'sig/types.rbs', line 169 def o_auth_2_properties @o_auth_2_properties end |
#secret_arn ⇒ Types::Property
Returns the value of attribute secret_arn.
168 169 170 |
# File 'sig/types.rbs', line 168 def secret_arn @secret_arn end |