Class: Aws::Types::UpdateIdentitySourceOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIdentitySourceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#identity_source_id ⇒ ::String
Returns the value of attribute identity_source_id.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def created_date @created_date end |
#identity_source_id ⇒ ::String
Returns the value of attribute identity_source_id.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def identity_source_id @identity_source_id end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def last_updated_date @last_updated_date end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def policy_store_id @policy_store_id end |