Class: Aws::DataZone::Types::GetIamPortalLoginUrlInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetIamPortalLoginUrlInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
the ID of the Amazon DataZone domain the data portal of which you want to get.
Instance Attribute Details
#domain_identifier ⇒ String
the ID of the Amazon DataZone domain the data portal of which you want to get.
7780 7781 7782 7783 7784 |
# File 'lib/aws-sdk-datazone/types.rb', line 7780 class GetIamPortalLoginUrlInput < Struct.new( :domain_identifier) SENSITIVE = [] include Aws::Structure end |