Class: Aws::Types::IdentitySourceItemDetails
- Inherits:
-
Object
- Object
- Aws::Types::IdentitySourceItemDetails
- 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.
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.
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.
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.
631 632 633 |
# File 'sig/types.rbs', line 631 def user_pool_arn @user_pool_arn end |