Class: Aws::Types::IdentityCenterOptions

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)


1437
1438
1439
# File 'sig/types.rbs', line 1437

def enabled_api_access
  @enabled_api_access
end

#identity_center_application_arn::String

Returns the value of attribute identity_center_application_arn.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def identity_center_application_arn
  @identity_center_application_arn
end

#identity_center_instance_arn::String

Returns the value of attribute identity_center_instance_arn.

Returns:

  • (::String)


1438
1439
1440
# File 'sig/types.rbs', line 1438

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)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def identity_center_instance_region
  @identity_center_instance_region
end

#identity_store_id::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


1443
1444
1445
# File 'sig/types.rbs', line 1443

def identity_store_id
  @identity_store_id
end

#roles_key"GroupName", "GroupId"

Returns the value of attribute roles_key.

Returns:

  • ("GroupName", "GroupId")


1441
1442
1443
# File 'sig/types.rbs', line 1441

def roles_key
  @roles_key
end

#subject_key"UserName", ...

Returns the value of attribute subject_key.

Returns:

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


1440
1441
1442
# File 'sig/types.rbs', line 1440

def subject_key
  @subject_key
end