Class: Aws::DataZone::Types::SingleSignOn

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The single sign-on details in Amazon DataZone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of single sign-on in Amazon DataZone.

Returns:

  • (String)


14078
14079
14080
14081
14082
14083
# File 'lib/aws-sdk-datazone/types.rb', line 14078

class SingleSignOn < Struct.new(
  :type,
  :user_assignment)
  SENSITIVE = []
  include Aws::Structure
end

#user_assignmentString

The single sign-on user assignment in Amazon DataZone.

Returns:

  • (String)


14078
14079
14080
14081
14082
14083
# File 'lib/aws-sdk-datazone/types.rb', line 14078

class SingleSignOn < Struct.new(
  :type,
  :user_assignment)
  SENSITIVE = []
  include Aws::Structure
end