Class: Aws::Types::CreatePricingRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePricingRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_entity ⇒ ::String
Returns the value of attribute billing_entity.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#modifier_percentage ⇒ ::Float
Returns the value of attribute modifier_percentage.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#scope ⇒ "GLOBAL", ...
Returns the value of attribute scope.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tiering ⇒ Types::CreateTieringInput
Returns the value of attribute tiering.
-
#type ⇒ "MARKUP", ...
Returns the value of attribute type.
-
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
Instance Attribute Details
#billing_entity ⇒ ::String
Returns the value of attribute billing_entity.
222 223 224 |
# File 'sig/types.rbs', line 222 def billing_entity @billing_entity end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
214 215 216 |
# File 'sig/types.rbs', line 214 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
216 217 218 |
# File 'sig/types.rbs', line 216 def description @description end |
#modifier_percentage ⇒ ::Float
Returns the value of attribute modifier_percentage.
219 220 221 |
# File 'sig/types.rbs', line 219 def modifier_percentage @modifier_percentage end |
#name ⇒ ::String
Returns the value of attribute name.
215 216 217 |
# File 'sig/types.rbs', line 215 def name @name end |
#operation ⇒ ::String
Returns the value of attribute operation.
225 226 227 |
# File 'sig/types.rbs', line 225 def operation @operation end |
#scope ⇒ "GLOBAL", ...
Returns the value of attribute scope.
217 218 219 |
# File 'sig/types.rbs', line 217 def scope @scope end |
#service ⇒ ::String
Returns the value of attribute service.
220 221 222 |
# File 'sig/types.rbs', line 220 def service @service end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
221 222 223 |
# File 'sig/types.rbs', line 221 def @tags end |
#tiering ⇒ Types::CreateTieringInput
Returns the value of attribute tiering.
223 224 225 |
# File 'sig/types.rbs', line 223 def tiering @tiering end |
#type ⇒ "MARKUP", ...
Returns the value of attribute type.
218 219 220 |
# File 'sig/types.rbs', line 218 def type @type end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
224 225 226 |
# File 'sig/types.rbs', line 224 def usage_type @usage_type end |