Class: Aws::Types::IdentityPoolUsage
- Inherits:
-
Object
- Object
- Aws::Types::IdentityPoolUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_storage ⇒ ::Integer
Returns the value of attribute data_storage.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#sync_sessions_count ⇒ ::Integer
Returns the value of attribute sync_sessions_count.
Instance Attribute Details
#data_storage ⇒ ::Integer
Returns the value of attribute data_storage.
138 139 140 |
# File 'sig/types.rbs', line 138 def data_storage @data_storage end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
136 137 138 |
# File 'sig/types.rbs', line 136 def identity_pool_id @identity_pool_id end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
139 140 141 |
# File 'sig/types.rbs', line 139 def last_modified_date @last_modified_date end |
#sync_sessions_count ⇒ ::Integer
Returns the value of attribute sync_sessions_count.
137 138 139 |
# File 'sig/types.rbs', line 137 def sync_sessions_count @sync_sessions_count end |