Class: Aws::DevOpsAgent::Types::OAuthAdditionalStepDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

Details for completing OAuth authorization step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_urlString

The URL to redirect the user to for OAuth authorization.

Returns:

  • (String)


4045
4046
4047
4048
4049
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4045

class OAuthAdditionalStepDetails < Struct.new(
  :authorization_url)
  SENSITIVE = []
  include Aws::Structure
end