Class: Aws::Types::IdentitySourceDetails
- Inherits:
-
Object
- Object
- Aws::Types::IdentitySourceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_ids ⇒ ::Array[::String]
Returns the value of attribute client_ids.
-
#discovery_url ⇒ ::String
Returns the value of attribute discovery_url.
-
#open_id_issuer ⇒ "COGNITO"
Returns the value of attribute open_id_issuer.
-
#user_pool_arn ⇒ ::String
Returns the value of attribute user_pool_arn.
Instance Attribute Details
#client_ids ⇒ ::Array[::String]
Returns the value of attribute client_ids.
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.
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.
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.
607 608 609 |
# File 'sig/types.rbs', line 607 def user_pool_arn @user_pool_arn end |