Class: Aws::IAM::Types::CreateDelegationRequestResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

A deep link URL to the Amazon Web Services Management Console for managing the delegation request.

For a console based workflow, partners should redirect the customer to this URL. If the customer is not logged in to any Amazon Web Services account, the Amazon Web Services workflow will automatically direct the customer to log in and then display the delegation request approval page.

Returns:

  • (String)


852
853
854
855
856
857
# File 'lib/aws-sdk-iam/types.rb', line 852

class CreateDelegationRequestResponse < Struct.new(
  :console_deep_link,
  :delegation_request_id)
  SENSITIVE = []
  include Aws::Structure
end

#delegation_request_idString

The unique identifier for the created delegation request.

Returns:

  • (String)


852
853
854
855
856
857
# File 'lib/aws-sdk-iam/types.rb', line 852

class CreateDelegationRequestResponse < Struct.new(
  :console_deep_link,
  :delegation_request_id)
  SENSITIVE = []
  include Aws::Structure
end