Class: Aws::Types::DescribeLimitsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_max_read_capacity_units::Integer

Returns the value of attribute account_max_read_capacity_units.

Returns:

  • (::Integer)


555
556
557
# File 'sig/types.rbs', line 555

def 
  @account_max_read_capacity_units
end

#account_max_write_capacity_units::Integer

Returns the value of attribute account_max_write_capacity_units.

Returns:

  • (::Integer)


556
557
558
# File 'sig/types.rbs', line 556

def 
  @account_max_write_capacity_units
end

#table_max_read_capacity_units::Integer

Returns the value of attribute table_max_read_capacity_units.

Returns:

  • (::Integer)


557
558
559
# File 'sig/types.rbs', line 557

def table_max_read_capacity_units
  @table_max_read_capacity_units
end

#table_max_write_capacity_units::Integer

Returns the value of attribute table_max_write_capacity_units.

Returns:

  • (::Integer)


558
559
560
# File 'sig/types.rbs', line 558

def table_max_write_capacity_units
  @table_max_write_capacity_units
end