Class: Aws::Types::GetIdentitySourceOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetIdentitySourceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ConfigurationDetail
Returns the value of attribute configuration.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#details ⇒ Types::IdentitySourceDetails
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::ConfigurationDetail
Returns the value of attribute configuration.
515 516 517 |
# File 'sig/types.rbs', line 515 def configuration @configuration end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
509 510 511 |
# File 'sig/types.rbs', line 509 def created_date @created_date end |
#details ⇒ Types::IdentitySourceDetails
Returns the value of attribute details.
510 511 512 |
# File 'sig/types.rbs', line 510 def details @details end |
#identity_source_id ⇒ ::String
Returns the value of attribute identity_source_id.
511 512 513 |
# File 'sig/types.rbs', line 511 def identity_source_id @identity_source_id end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
512 513 514 |
# File 'sig/types.rbs', line 512 def last_updated_date @last_updated_date end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
513 514 515 |
# File 'sig/types.rbs', line 513 def policy_store_id @policy_store_id end |
#principal_entity_type ⇒ ::String
Returns the value of attribute principal_entity_type.
514 515 516 |
# File 'sig/types.rbs', line 514 def principal_entity_type @principal_entity_type end |