Class: Aws::CloudWatchEvents::Types::ConnectionOAuthResponseParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ConnectionOAuthResponseParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Contains the response parameters when OAuth is specified as the authorization type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_endpoint ⇒ String
The URL to the HTTP endpoint that authorized the request.
-
#client_parameters ⇒ Types::ConnectionOAuthClientResponseParameters
A ‘ConnectionOAuthClientResponseParameters` object that contains details about the client parameters returned when OAuth is specified as the authorization type.
-
#http_method ⇒ String
The method used to connect to the HTTP endpoint.
-
#o_auth_http_parameters ⇒ Types::ConnectionHttpParameters
The additional HTTP parameters used for the OAuth authorization request.
Instance Attribute Details
#authorization_endpoint ⇒ String
The URL to the HTTP endpoint that authorized the request.
575 576 577 578 579 580 581 582 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 575 class ConnectionOAuthResponseParameters < Struct.new( :client_parameters, :authorization_endpoint, :http_method, :o_auth_http_parameters) SENSITIVE = [] include Aws::Structure end |
#client_parameters ⇒ Types::ConnectionOAuthClientResponseParameters
A ‘ConnectionOAuthClientResponseParameters` object that contains details about the client parameters returned when OAuth is specified as the authorization type.
575 576 577 578 579 580 581 582 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 575 class ConnectionOAuthResponseParameters < Struct.new( :client_parameters, :authorization_endpoint, :http_method, :o_auth_http_parameters) SENSITIVE = [] include Aws::Structure end |
#http_method ⇒ String
The method used to connect to the HTTP endpoint.
575 576 577 578 579 580 581 582 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 575 class ConnectionOAuthResponseParameters < Struct.new( :client_parameters, :authorization_endpoint, :http_method, :o_auth_http_parameters) SENSITIVE = [] include Aws::Structure end |
#o_auth_http_parameters ⇒ Types::ConnectionHttpParameters
The additional HTTP parameters used for the OAuth authorization request.
575 576 577 578 579 580 581 582 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 575 class ConnectionOAuthResponseParameters < Struct.new( :client_parameters, :authorization_endpoint, :http_method, :o_auth_http_parameters) SENSITIVE = [] include Aws::Structure end |