Class: Aws::Types::BatchCreateWorkloadEstimateUsageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def client_token
  @client_token
end

#usage::Array[Types::BatchCreateWorkloadEstimateUsageEntry]

Returns the value of attribute usage.



151
152
153
# File 'sig/types.rbs', line 151

def usage
  @usage
end

#workload_estimate_id::String

Returns the value of attribute workload_estimate_id.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def workload_estimate_id
  @workload_estimate_id
end