Class: Aws::Types::PoolInfo
- Inherits:
-
Object
- Object
- Aws::Types::PoolInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
-
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
-
#pool_status ⇒ "ACTIVE", "DELETED"
Returns the value of attribute pool_status.
-
#retention_lock_time_in_days ⇒ ::Integer
Returns the value of attribute retention_lock_time_in_days.
-
#retention_lock_type ⇒ "COMPLIANCE", ...
Returns the value of attribute retention_lock_type.
-
#storage_class ⇒ "DEEP_ARCHIVE", "GLACIER"
Returns the value of attribute storage_class.
Instance Attribute Details
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def pool_arn @pool_arn end |
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def pool_name @pool_name end |
#pool_status ⇒ "ACTIVE", "DELETED"
Returns the value of attribute pool_status.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def pool_status @pool_status end |
#retention_lock_time_in_days ⇒ ::Integer
Returns the value of attribute retention_lock_time_in_days.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def retention_lock_time_in_days @retention_lock_time_in_days end |
#retention_lock_type ⇒ "COMPLIANCE", ...
Returns the value of attribute retention_lock_type.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def retention_lock_type @retention_lock_type end |
#storage_class ⇒ "DEEP_ARCHIVE", "GLACIER"
Returns the value of attribute storage_class.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def storage_class @storage_class end |