Class: Aws::Types::MeterUsageRequest

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)


110
111
112
# File 'sig/types.rbs', line 110

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


108
109
110
# File 'sig/types.rbs', line 108

def dry_run
  @dry_run
end

#product_code::String

Returns the value of attribute product_code.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def product_code
  @product_code
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


105
106
107
# File 'sig/types.rbs', line 105

def timestamp
  @timestamp
end

#usage_allocations::Array[Types::UsageAllocation]

Returns the value of attribute usage_allocations.

Returns:



109
110
111
# File 'sig/types.rbs', line 109

def usage_allocations
  @usage_allocations
end

#usage_dimension::String

Returns the value of attribute usage_dimension.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def usage_dimension
  @usage_dimension
end

#usage_quantity::Integer

Returns the value of attribute usage_quantity.

Returns:

  • (::Integer)


107
108
109
# File 'sig/types.rbs', line 107

def usage_quantity
  @usage_quantity
end