Class: Aws::DataZone::Types::GetIamPortalLoginUrlInput

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

#domain_identifierString

the ID of the Amazon DataZone domain the data portal of which you want to get.

Returns:

  • (String)


5670
5671
5672
5673
5674
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5670

class GetIamPortalLoginUrlInput < Struct.new(
  :domain_identifier)
  SENSITIVE = []
  include Aws::Structure
end