Class: Aws::Types::DeleteIdentitySourceInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIdentitySourceInput
- 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.
380 381 382 |
# File 'sig/types.rbs', line 380 def identity_source_id @identity_source_id end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
379 380 381 |
# File 'sig/types.rbs', line 379 def policy_store_id @policy_store_id end |