Class: Aws::Types::IamIdentityCenterConfigOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn ⇒ ::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def application_arn
  @application_arn
end

#application_description ⇒ ::String

Returns the value of attribute application_description.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def application_description
  @application_description
end

#application_name ⇒ ::String

Returns the value of attribute application_name.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def application_name
  @application_name
end

#group_attribute ⇒ "GroupId", "GroupName"

Returns the value of attribute group_attribute.

Returns:

  • ("GroupId", "GroupName")


571
572
573
# File 'sig/types.rbs', line 571

def group_attribute
  @group_attribute
end

#instance_arn ⇒ ::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def instance_arn
  @instance_arn
end

#user_attribute ⇒ "UserId", ...

Returns the value of attribute user_attribute.

Returns:

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


570
571
572
# File 'sig/types.rbs', line 570

def user_attribute
  @user_attribute
end