Class: Aws::Types::IdentitySourceItemDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_ids::Array[::String]

Returns the value of attribute client_ids.

Returns:

  • (::Array[::String])


630
631
632
# File 'sig/types.rbs', line 630

def client_ids
  @client_ids
end

#discovery_url::String

Returns the value of attribute discovery_url.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def discovery_url
  @discovery_url
end

#open_id_issuer"COGNITO"

Returns the value of attribute open_id_issuer.

Returns:

  • ("COGNITO")


633
634
635
# File 'sig/types.rbs', line 633

def open_id_issuer
  @open_id_issuer
end

#user_pool_arn::String

Returns the value of attribute user_pool_arn.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def user_pool_arn
  @user_pool_arn
end