Class: Aws::Types::UpdateCapacityReservationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def name
  @name
end

#target_dpus::Integer

Returns the value of attribute target_dpus.

Returns:

  • (::Integer)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def target_dpus
  @target_dpus
end