Class: Aws::DataZone::Types::GetIamPortalLoginUrlOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetIamPortalLoginUrlOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_code_url ⇒ String
The data portal URL of the specified Amazon DataZone domain.
-
#user_profile_id ⇒ String
The ID of the user profile.
Instance Attribute Details
#auth_code_url ⇒ String
The data portal URL of the specified Amazon DataZone domain.
7796 7797 7798 7799 7800 7801 |
# File 'lib/aws-sdk-datazone/types.rb', line 7796 class GetIamPortalLoginUrlOutput < Struct.new( :auth_code_url, :user_profile_id) SENSITIVE = [] include Aws::Structure end |
#user_profile_id ⇒ String
The ID of the user profile.
7796 7797 7798 7799 7800 7801 |
# File 'lib/aws-sdk-datazone/types.rb', line 7796 class GetIamPortalLoginUrlOutput < Struct.new( :auth_code_url, :user_profile_id) SENSITIVE = [] include Aws::Structure end |