Class: Aws::Types::IdentitySourceDetails

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])


606
607
608
# File 'sig/types.rbs', line 606

def client_ids
  @client_ids
end

#discovery_url::String

Returns the value of attribute discovery_url.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def discovery_url
  @discovery_url
end

#open_id_issuer"COGNITO"

Returns the value of attribute open_id_issuer.

Returns:

  • ("COGNITO")


609
610
611
# File 'sig/types.rbs', line 609

def open_id_issuer
  @open_id_issuer
end

#user_pool_arn::String

Returns the value of attribute user_pool_arn.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def user_pool_arn
  @user_pool_arn
end