Class: Aws::Types::CreateIdentitySourceOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateIdentitySourceOutput
- 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.
301 302 303 |
# File 'sig/types.rbs', line 301 def created_date @created_date end |
#identity_source_id ⇒ ::String
Returns the value of attribute identity_source_id.
302 303 304 |
# File 'sig/types.rbs', line 302 def identity_source_id @identity_source_id end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
303 304 305 |
# File 'sig/types.rbs', line 303 def last_updated_date @last_updated_date end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
304 305 306 |
# File 'sig/types.rbs', line 304 def policy_store_id @policy_store_id end |