Class: Aws::Types::IdentityUsage
- Inherits:
-
Object
- Object
- Aws::Types::IdentityUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_storage ⇒ ::Integer
Returns the value of attribute data_storage.
-
#dataset_count ⇒ ::Integer
Returns the value of attribute dataset_count.
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
Instance Attribute Details
#data_storage ⇒ ::Integer
Returns the value of attribute data_storage.
148 149 150 |
# File 'sig/types.rbs', line 148 def data_storage @data_storage end |
#dataset_count ⇒ ::Integer
Returns the value of attribute dataset_count.
147 148 149 |
# File 'sig/types.rbs', line 147 def dataset_count @dataset_count end |
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
144 145 146 |
# File 'sig/types.rbs', line 144 def identity_id @identity_id end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
145 146 147 |
# File 'sig/types.rbs', line 145 def identity_pool_id @identity_pool_id end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
146 147 148 |
# File 'sig/types.rbs', line 146 def last_modified_date @last_modified_date end |