Class: Aws::Types::GetIdentitySourceInput
- Inherits:
-
Object
- Object
- Aws::Types::GetIdentitySourceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_source_id ⇒ ::String
Returns the value of attribute identity_source_id.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
Instance Attribute Details
#identity_source_id ⇒ ::String
Returns the value of attribute identity_source_id.
504 505 506 |
# File 'sig/types.rbs', line 504 def identity_source_id @identity_source_id end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
503 504 505 |
# File 'sig/types.rbs', line 503 def policy_store_id @policy_store_id end |