Class: Aws::DataZone::Types::GetIamPortalLoginUrlInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetIamPortalLoginUrlInput
- Defined in:
- gems/aws-sdk-datazone/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.
10667 10668 10669 10670 10671 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10667 class GetIamPortalLoginUrlInput < Struct.new( :domain_identifier) SENSITIVE = [] include Aws::Structure end |