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.
12887 12888 12889 |
# File 'sig/types.rbs', line 12887 def email @email end |
#kb_count ⇒ ::Integer
Returns the value of attribute kb_count.
12892 12893 12894 |
# File 'sig/types.rbs', line 12892 def kb_count @kb_count end |
#role ⇒ ::String
Returns the value of attribute role.
12888 12889 12890 |
# File 'sig/types.rbs', line 12888 def role @role end |
#space_count ⇒ ::Integer
Returns the value of attribute space_count.
12893 12894 12895 |
# File 'sig/types.rbs', line 12893 def space_count @space_count end |
#total_capacity_bytes ⇒ ::Integer
Returns the value of attribute total_capacity_bytes.
12889 12890 12891 |
# File 'sig/types.rbs', line 12889 def total_capacity_bytes @total_capacity_bytes end |
#total_kb_capacity_bytes ⇒ ::Integer
Returns the value of attribute total_kb_capacity_bytes.
12890 12891 12892 |
# File 'sig/types.rbs', line 12890 def total_kb_capacity_bytes @total_kb_capacity_bytes end |
#total_space_capacity_bytes ⇒ ::Integer
Returns the value of attribute total_space_capacity_bytes.
12891 12892 12893 |
# File 'sig/types.rbs', line 12891 def total_space_capacity_bytes @total_space_capacity_bytes end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
12885 12886 12887 |
# File 'sig/types.rbs', line 12885 def user_arn @user_arn end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
12886 12887 12888 |
# File 'sig/types.rbs', line 12886 def user_name @user_name end |