Class: Aws::Types::BatchDeleteWorkloadEstimateUsageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ids::Array[::String]

Returns the value of attribute ids.

Returns:

  • (::Array[::String])


207
208
209
# File 'sig/types.rbs', line 207

def ids
  @ids
end

#workload_estimate_id::String

Returns the value of attribute workload_estimate_id.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def workload_estimate_id
  @workload_estimate_id
end