Class: Aws::Types::IamIdentityCenterOptionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1430
1431
1432
# File 'sig/types.rbs', line 1430

def enabled
  @enabled
end

#iam_identity_center_instance_arn::String

Returns the value of attribute iam_identity_center_instance_arn.

Returns:

  • (::String)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def iam_identity_center_instance_arn
  @iam_identity_center_instance_arn
end

#iam_role_for_identity_center_application_arn::String

Returns the value of attribute iam_role_for_identity_center_application_arn.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def iam_role_for_identity_center_application_arn
  @iam_role_for_identity_center_application_arn
end