Class: Aws::Types::ConnectionAuthResponseParameters
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionAuthResponseParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key_auth_parameters ⇒ Types::ConnectionApiKeyAuthResponseParameters
Returns the value of attribute api_key_auth_parameters.
-
#basic_auth_parameters ⇒ Types::ConnectionBasicAuthResponseParameters
Returns the value of attribute basic_auth_parameters.
-
#invocation_http_parameters ⇒ Types::ConnectionHttpParameters
Returns the value of attribute invocation_http_parameters.
-
#o_auth_parameters ⇒ Types::ConnectionOAuthResponseParameters
Returns the value of attribute o_auth_parameters.
Instance Attribute Details
#api_key_auth_parameters ⇒ Types::ConnectionApiKeyAuthResponseParameters
Returns the value of attribute api_key_auth_parameters.
115 116 117 |
# File 'sig/types.rbs', line 115 def api_key_auth_parameters @api_key_auth_parameters end |
#basic_auth_parameters ⇒ Types::ConnectionBasicAuthResponseParameters
Returns the value of attribute basic_auth_parameters.
113 114 115 |
# File 'sig/types.rbs', line 113 def basic_auth_parameters @basic_auth_parameters end |
#invocation_http_parameters ⇒ Types::ConnectionHttpParameters
Returns the value of attribute invocation_http_parameters.
116 117 118 |
# File 'sig/types.rbs', line 116 def invocation_http_parameters @invocation_http_parameters end |
#o_auth_parameters ⇒ Types::ConnectionOAuthResponseParameters
Returns the value of attribute o_auth_parameters.
114 115 116 |
# File 'sig/types.rbs', line 114 def o_auth_parameters @o_auth_parameters end |