Class: Aws::Types::MeterUsageRequest
- Inherits:
-
Object
- Object
- Aws::Types::MeterUsageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#product_code ⇒ ::String
Returns the value of attribute product_code.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#usage_allocations ⇒ ::Array[Types::UsageAllocation]
Returns the value of attribute usage_allocations.
-
#usage_dimension ⇒ ::String
Returns the value of attribute usage_dimension.
-
#usage_quantity ⇒ ::Integer
Returns the value of attribute usage_quantity.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
110 111 112 |
# File 'sig/types.rbs', line 110 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
104 105 106 |
# File 'sig/types.rbs', line 104 def product_code @product_code end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
105 106 107 |
# File 'sig/types.rbs', line 105 def @timestamp end |
#usage_allocations ⇒ ::Array[Types::UsageAllocation]
Returns the value of attribute usage_allocations.
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.
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.
107 108 109 |
# File 'sig/types.rbs', line 107 def usage_quantity @usage_quantity end |