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.
10372 10373 10374 |
# File 'sig/types.rbs', line 10372 def percentage @percentage end |
#raw_file_size_bytes ⇒ ::Integer
Returns the value of attribute raw_file_size_bytes.
10371 10372 10373 |
# File 'sig/types.rbs', line 10371 def raw_file_size_bytes @raw_file_size_bytes end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
10370 10371 10372 |
# File 'sig/types.rbs', line 10370 def user_name @user_name end |