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.
9580 9581 9582 9583 9584 9585 |
# File 'lib/aws-sdk-datazone/types.rb', line 9580 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.
9580 9581 9582 9583 9584 9585 |
# File 'lib/aws-sdk-datazone/types.rb', line 9580 class GetIamPortalLoginUrlOutput < Struct.new( :auth_code_url, :user_profile_id) SENSITIVE = [] include Aws::Structure end |