Class: Aws::Types::UserIndexCapacity
- Inherits:
-
Object
- Object
- Aws::Types::UserIndexCapacity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email ⇒ ::String
Returns the value of attribute email.
-
#kb_count ⇒ ::Integer
Returns the value of attribute kb_count.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#space_count ⇒ ::Integer
Returns the value of attribute space_count.
-
#total_capacity_bytes ⇒ ::Integer
Returns the value of attribute total_capacity_bytes.
-
#total_kb_capacity_bytes ⇒ ::Integer
Returns the value of attribute total_kb_capacity_bytes.
-
#total_space_capacity_bytes ⇒ ::Integer
Returns the value of attribute total_space_capacity_bytes.
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#email ⇒ ::String
Returns the value of attribute email.
13343 13344 13345 |
# File 'sig/types.rbs', line 13343 def email @email end |
#kb_count ⇒ ::Integer
Returns the value of attribute kb_count.
13348 13349 13350 |
# File 'sig/types.rbs', line 13348 def kb_count @kb_count end |
#role ⇒ ::String
Returns the value of attribute role.
13344 13345 13346 |
# File 'sig/types.rbs', line 13344 def role @role end |
#space_count ⇒ ::Integer
Returns the value of attribute space_count.
13349 13350 13351 |
# File 'sig/types.rbs', line 13349 def space_count @space_count end |
#total_capacity_bytes ⇒ ::Integer
Returns the value of attribute total_capacity_bytes.
13345 13346 13347 |
# File 'sig/types.rbs', line 13345 def total_capacity_bytes @total_capacity_bytes end |
#total_kb_capacity_bytes ⇒ ::Integer
Returns the value of attribute total_kb_capacity_bytes.
13346 13347 13348 |
# File 'sig/types.rbs', line 13346 def total_kb_capacity_bytes @total_kb_capacity_bytes end |
#total_space_capacity_bytes ⇒ ::Integer
Returns the value of attribute total_space_capacity_bytes.
13347 13348 13349 |
# File 'sig/types.rbs', line 13347 def total_space_capacity_bytes @total_space_capacity_bytes end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
13341 13342 13343 |
# File 'sig/types.rbs', line 13341 def user_arn @user_arn end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
13342 13343 13344 |
# File 'sig/types.rbs', line 13342 def user_name @user_name end |