Class: Aws::Types::UserPoolDescriptionType
- Inherits:
-
Object
- Object
- Aws::Types::UserPoolDescriptionType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lambda_config ⇒ Types::LambdaConfigType
Returns the value of attribute lambda_config.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#replica_regions ⇒ ::Array[::String]
Returns the value of attribute replica_regions.
-
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def creation_date @creation_date end |
#id ⇒ ::String
Returns the value of attribute id.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def id @id end |
#lambda_config ⇒ Types::LambdaConfigType
Returns the value of attribute lambda_config.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def lambda_config @lambda_config end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def name @name end |
#replica_regions ⇒ ::Array[::String]
Returns the value of attribute replica_regions.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def replica_regions @replica_regions end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def status @status end |