Class: Aws::DevOpsAgent::Types::OAuthAdditionalStepDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::OAuthAdditionalStepDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Details for completing OAuth authorization step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_url ⇒ String
The URL to redirect the user to for OAuth authorization.
Instance Attribute Details
#authorization_url ⇒ String
The URL to redirect the user to for OAuth authorization.
3018 3019 3020 3021 3022 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3018 class OAuthAdditionalStepDetails < Struct.new( :authorization_url) SENSITIVE = [] include Aws::Structure end |