Class: Aws::Types::SpaceContributor

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#percentage::Float

Returns the value of attribute percentage.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


10370
10371
10372
# File 'sig/types.rbs', line 10370

def user_name
  @user_name
end