Class: Aws::Types::SpaceContributor
- Inherits:
-
Object
- Object
- Aws::Types::SpaceContributor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#percentage ⇒ ::Float
Returns the value of attribute percentage.
-
#raw_file_size_bytes ⇒ ::Integer
Returns the value of attribute raw_file_size_bytes.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#percentage ⇒ ::Float
Returns the value of attribute percentage.
10762 10763 10764 |
# File 'sig/types.rbs', line 10762 def percentage @percentage end |
#raw_file_size_bytes ⇒ ::Integer
Returns the value of attribute raw_file_size_bytes.
10761 10762 10763 |
# File 'sig/types.rbs', line 10761 def raw_file_size_bytes @raw_file_size_bytes end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
10760 10761 10762 |
# File 'sig/types.rbs', line 10760 def user_name @user_name end |