Class: Aws::Types::BatchUpdateWorkloadEstimateUsageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#usage::Array[Types::BatchUpdateWorkloadEstimateUsageEntry]

Returns the value of attribute usage.



283
284
285
# File 'sig/types.rbs', line 283

def usage
  @usage
end

#workload_estimate_id::String

Returns the value of attribute workload_estimate_id.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def workload_estimate_id
  @workload_estimate_id
end