Class: Aws::CloudWatchEvents::Types::CreateConnectionOAuthRequestParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::CreateConnectionOAuthRequestParameters
- Defined in:
- gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb
Overview
Contains the OAuth authorization parameters to use for the connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_endpoint ⇒ String
The URL to the authorization endpoint when OAuth is specified as the authorization type.
-
#client_parameters ⇒ Types::CreateConnectionOAuthClientRequestParameters
A
CreateConnectionOAuthClientRequestParameters
object that contains the client parameters for OAuth authorization. -
#http_method ⇒ String
The method to use for the authorization request.
-
#o_auth_http_parameters ⇒ Types::ConnectionHttpParameters
A
ConnectionHttpParameters
object that contains details about the additional parameters to use for the connection.
Instance Attribute Details
#authorization_endpoint ⇒ String
The URL to the authorization endpoint when OAuth is specified as the authorization type.
858 859 860 861 862 863 864 865 |
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 858 class CreateConnectionOAuthRequestParameters < Struct.new( :client_parameters, :authorization_endpoint, :http_method, :o_auth_http_parameters) SENSITIVE = [] include Aws::Structure end |
#client_parameters ⇒ Types::CreateConnectionOAuthClientRequestParameters
A CreateConnectionOAuthClientRequestParameters
object that
contains the client parameters for OAuth authorization.
858 859 860 861 862 863 864 865 |
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 858 class CreateConnectionOAuthRequestParameters < Struct.new( :client_parameters, :authorization_endpoint, :http_method, :o_auth_http_parameters) SENSITIVE = [] include Aws::Structure end |
#http_method ⇒ String
The method to use for the authorization request.
858 859 860 861 862 863 864 865 |
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 858 class CreateConnectionOAuthRequestParameters < Struct.new( :client_parameters, :authorization_endpoint, :http_method, :o_auth_http_parameters) SENSITIVE = [] include Aws::Structure end |
#o_auth_http_parameters ⇒ Types::ConnectionHttpParameters
A ConnectionHttpParameters
object that contains details about the
additional parameters to use for the connection.
858 859 860 861 862 863 864 865 |
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 858 class CreateConnectionOAuthRequestParameters < Struct.new( :client_parameters, :authorization_endpoint, :http_method, :o_auth_http_parameters) SENSITIVE = [] include Aws::Structure end |