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)


13343
13344
13345
# File 'sig/types.rbs', line 13343

def email
  @email
end

#kb_count::Integer

Returns the value of attribute kb_count.

Returns:

  • (::Integer)


13348
13349
13350
# File 'sig/types.rbs', line 13348

def kb_count
  @kb_count
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


13344
13345
13346
# File 'sig/types.rbs', line 13344

def role
  @role
end

#space_count::Integer

Returns the value of attribute space_count.

Returns:

  • (::Integer)


13349
13350
13351
# File 'sig/types.rbs', line 13349

def space_count
  @space_count
end

#total_capacity_bytes::Integer

Returns the value of attribute total_capacity_bytes.

Returns:

  • (::Integer)


13345
13346
13347
# File 'sig/types.rbs', line 13345

def total_capacity_bytes
  @total_capacity_bytes
end

#total_kb_capacity_bytes::Integer

Returns the value of attribute total_kb_capacity_bytes.

Returns:

  • (::Integer)


13346
13347
13348
# File 'sig/types.rbs', line 13346

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)


13347
13348
13349
# File 'sig/types.rbs', line 13347

def total_space_capacity_bytes
  @total_space_capacity_bytes
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


13341
13342
13343
# File 'sig/types.rbs', line 13341

def user_arn
  @user_arn
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


13342
13343
13344
# File 'sig/types.rbs', line 13342

def user_name
  @user_name
end