Class: Aws::DataZone::Types::GetIamPortalLoginUrlOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_code_urlString

The data portal URL of the specified Amazon DataZone domain.

Returns:

  • (String)


5686
5687
5688
5689
5690
5691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5686

class GetIamPortalLoginUrlOutput < Struct.new(
  :auth_code_url,
  :user_profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_profile_idString

The ID of the user profile.

Returns:

  • (String)


5686
5687
5688
5689
5690
5691
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5686

class GetIamPortalLoginUrlOutput < Struct.new(
  :auth_code_url,
  :user_profile_id)
  SENSITIVE = []
  include Aws::Structure
end