Class: Aws::Types::UserIndexCapacity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


12887
12888
12889
# File 'sig/types.rbs', line 12887

def email
  @email
end

#kb_count::Integer

Returns the value of attribute kb_count.

Returns:

  • (::Integer)


12892
12893
12894
# File 'sig/types.rbs', line 12892

def kb_count
  @kb_count
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


12888
12889
12890
# File 'sig/types.rbs', line 12888

def role
  @role
end

#space_count::Integer

Returns the value of attribute space_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


12886
12887
12888
# File 'sig/types.rbs', line 12886

def user_name
  @user_name
end