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.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def creation_date @creation_date end |
#id ⇒ ::String
Returns the value of attribute id.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def id @id end |
#lambda_config ⇒ Types::LambdaConfigType
Returns the value of attribute lambda_config.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def lambda_config @lambda_config end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def name @name end |
#replica_regions ⇒ ::Array[::String]
Returns the value of attribute replica_regions.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def replica_regions @replica_regions end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def status @status end |