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.
-
#connectivity_parameters ⇒ Types::DescribeConnectionConnectivityParameters
Returns the value of attribute connectivity_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.
123 124 125 |
# File 'sig/types.rbs', line 123 def api_key_auth_parameters @api_key_auth_parameters end |
#basic_auth_parameters ⇒ Types::ConnectionBasicAuthResponseParameters
Returns the value of attribute basic_auth_parameters.
121 122 123 |
# File 'sig/types.rbs', line 121 def basic_auth_parameters @basic_auth_parameters end |
#connectivity_parameters ⇒ Types::DescribeConnectionConnectivityParameters
Returns the value of attribute connectivity_parameters.
125 126 127 |
# File 'sig/types.rbs', line 125 def connectivity_parameters @connectivity_parameters end |
#invocation_http_parameters ⇒ Types::ConnectionHttpParameters
Returns the value of attribute invocation_http_parameters.
124 125 126 |
# File 'sig/types.rbs', line 124 def invocation_http_parameters @invocation_http_parameters end |
#o_auth_parameters ⇒ Types::ConnectionOAuthResponseParameters
Returns the value of attribute o_auth_parameters.
122 123 124 |
# File 'sig/types.rbs', line 122 def o_auth_parameters @o_auth_parameters end |