Class: Aws::Types::SingleSignOn

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#idc_instance_arn::String

Returns the value of attribute idc_instance_arn.

Returns:

  • (::String)


5753
5754
5755
# File 'sig/types.rbs', line 5753

def idc_instance_arn
  @idc_instance_arn
end

#type"IAM_IDC", "DISABLED"

Returns the value of attribute type.

Returns:

  • ("IAM_IDC", "DISABLED")


5751
5752
5753
# File 'sig/types.rbs', line 5751

def type
  @type
end

#user_assignment"AUTOMATIC", "MANUAL"

Returns the value of attribute user_assignment.

Returns:

  • ("AUTOMATIC", "MANUAL")


5752
5753
5754
# File 'sig/types.rbs', line 5752

def user_assignment
  @user_assignment
end