Class: Aws::Types::IdentitySourceItem
- Inherits:
-
Object
- Object
- Aws::Types::IdentitySourceItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ConfigurationItem
Returns the value of attribute configuration.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#details ⇒ Types::IdentitySourceItemDetails
Returns the value of attribute details.
-
#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.
-
#principal_entity_type ⇒ ::String
Returns the value of attribute principal_entity_type.
Instance Attribute Details
#configuration ⇒ Types::ConfigurationItem
Returns the value of attribute configuration.
625 626 627 |
# File 'sig/types.rbs', line 625 def configuration @configuration end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
619 620 621 |
# File 'sig/types.rbs', line 619 def created_date @created_date end |
#details ⇒ Types::IdentitySourceItemDetails
Returns the value of attribute details.
620 621 622 |
# File 'sig/types.rbs', line 620 def details @details end |
#identity_source_id ⇒ ::String
Returns the value of attribute identity_source_id.
621 622 623 |
# File 'sig/types.rbs', line 621 def identity_source_id @identity_source_id end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
622 623 624 |
# File 'sig/types.rbs', line 622 def last_updated_date @last_updated_date end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
623 624 625 |
# File 'sig/types.rbs', line 623 def policy_store_id @policy_store_id end |
#principal_entity_type ⇒ ::String
Returns the value of attribute principal_entity_type.
624 625 626 |
# File 'sig/types.rbs', line 624 def principal_entity_type @principal_entity_type end |