Class: Aws::AccountAccess::Types::IdentityCenter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-accountaccess/types.rb

Overview

Specifies the IAM Identity Center instance to use as the identity source for an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_arnString

The ARN of the IAM Identity Center instance.

Returns:

  • (String)


417
418
419
420
421
# File 'lib/aws-sdk-accountaccess/types.rb', line 417

class IdentityCenter < Struct.new(
  :instance_arn)
  SENSITIVE = []
  include Aws::Structure
end