Class: Aws::Types::UpdateIdentitySourceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIdentitySourceInput
- 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.
-
#principal_entity_type ⇒ ::String
Returns the value of attribute principal_entity_type.
-
#update_configuration ⇒ Types::UpdateConfiguration
Returns the value of attribute update_configuration.
Instance Attribute Details
#identity_source_id ⇒ ::String
Returns the value of attribute identity_source_id.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def identity_source_id @identity_source_id end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def policy_store_id @policy_store_id end |
#principal_entity_type ⇒ ::String
Returns the value of attribute principal_entity_type.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def principal_entity_type @principal_entity_type end |
#update_configuration ⇒ Types::UpdateConfiguration
Returns the value of attribute update_configuration.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def update_configuration @update_configuration end |