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

#idc_instance_arnString

The ARN of the IDC instance.

Returns:

  • (String)


19395
19396
19397
19398
19399
19400
19401
# File 'lib/aws-sdk-datazone/types.rb', line 19395

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

#typeString

The type of single sign-on in Amazon DataZone.

Returns:

  • (String)


19395
19396
19397
19398
19399
19400
19401
# File 'lib/aws-sdk-datazone/types.rb', line 19395

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

#user_assignmentString

The single sign-on user assignment in Amazon DataZone.

Returns:

  • (String)


19395
19396
19397
19398
19399
19400
19401
# File 'lib/aws-sdk-datazone/types.rb', line 19395

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