Class: Aws::Types::CreateIamIdentityCenterConfigOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_attribute ⇒ "GroupId", "GroupName"

Returns the value of attribute group_attribute.

Returns:

  • ("GroupId", "GroupName")


287
288
289
# File 'sig/types.rbs', line 287

def group_attribute
  @group_attribute
end

#instance_arn ⇒ ::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def instance_arn
  @instance_arn
end

#user_attribute ⇒ "UserId", ...

Returns the value of attribute user_attribute.

Returns:

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


286
287
288
# File 'sig/types.rbs', line 286

def user_attribute
  @user_attribute
end