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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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