Class: Aws::EventBridge::Types::ConnectionOAuthResponseParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ConnectionOAuthResponseParameters
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/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.
602 603 604 605 606 607 608 609 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 602 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.
602 603 604 605 606 607 608 609 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 602 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.
602 603 604 605 606 607 608 609 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 602 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.
602 603 604 605 606 607 608 609 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 602 class ConnectionOAuthResponseParameters < Struct.new( :client_parameters, :authorization_endpoint, :http_method, :o_auth_http_parameters) SENSITIVE = [] include Aws::Structure end |