Class: Aws::Types::ClientCredentialsProperties
- Inherits:
-
Object
- Object
- Aws::Types::ClientCredentialsProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ Types::ConnectorProperty
Returns the value of attribute client_id.
-
#client_secret ⇒ Types::ConnectorProperty
Returns the value of attribute client_secret.
-
#content_type ⇒ "APPLICATION_JSON", "URL_ENCODED"
Returns the value of attribute content_type.
-
#request_method ⇒ "GET", "POST"
Returns the value of attribute request_method.
-
#scope ⇒ Types::ConnectorProperty
Returns the value of attribute scope.
-
#token_url ⇒ Types::ConnectorProperty
Returns the value of attribute token_url.
-
#token_url_parameters ⇒ ::Array[Types::ConnectorProperty]
Returns the value of attribute token_url_parameters.
Instance Attribute Details
#client_id ⇒ Types::ConnectorProperty
Returns the value of attribute client_id.
783 784 785 |
# File 'sig/types.rbs', line 783 def client_id @client_id end |
#client_secret ⇒ Types::ConnectorProperty
Returns the value of attribute client_secret.
784 785 786 |
# File 'sig/types.rbs', line 784 def client_secret @client_secret end |
#content_type ⇒ "APPLICATION_JSON", "URL_ENCODED"
Returns the value of attribute content_type.
782 783 784 |
# File 'sig/types.rbs', line 782 def content_type @content_type end |
#request_method ⇒ "GET", "POST"
Returns the value of attribute request_method.
781 782 783 |
# File 'sig/types.rbs', line 781 def request_method @request_method end |
#scope ⇒ Types::ConnectorProperty
Returns the value of attribute scope.
785 786 787 |
# File 'sig/types.rbs', line 785 def scope @scope end |
#token_url ⇒ Types::ConnectorProperty
Returns the value of attribute token_url.
780 781 782 |
# File 'sig/types.rbs', line 780 def token_url @token_url end |
#token_url_parameters ⇒ ::Array[Types::ConnectorProperty]
Returns the value of attribute token_url_parameters.
786 787 788 |
# File 'sig/types.rbs', line 786 def token_url_parameters @token_url_parameters end |