Class: Aws::Types::IdentityCenterOptionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_api_accessBoolean

Returns the value of attribute enabled_api_access.

Returns:

  • (Boolean)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def enabled_api_access
  @enabled_api_access
end

#identity_center_instance_arn::String

Returns the value of attribute identity_center_instance_arn.

Returns:

  • (::String)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def identity_center_instance_arn
  @identity_center_instance_arn
end

#identity_center_instance_region::String

Returns the value of attribute identity_center_instance_region.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def identity_center_instance_region
  @identity_center_instance_region
end

#roles_key"GroupName", "GroupId"

Returns the value of attribute roles_key.

Returns:

  • ("GroupName", "GroupId")


1452
1453
1454
# File 'sig/types.rbs', line 1452

def roles_key
  @roles_key
end

#subject_key"UserName", ...

Returns the value of attribute subject_key.

Returns:

  • ("UserName", "UserId", "Email")


1451
1452
1453
# File 'sig/types.rbs', line 1451

def subject_key
  @subject_key
end