Class: Aws::Types::CreatePricingPlanInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePricingPlanInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pricing_rule_arns ⇒ ::Array[::String]
Returns the value of attribute pricing_rule_arns.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
200 201 202 |
# File 'sig/types.rbs', line 200 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
202 203 204 |
# File 'sig/types.rbs', line 202 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
201 202 203 |
# File 'sig/types.rbs', line 201 def name @name end |
#pricing_rule_arns ⇒ ::Array[::String]
Returns the value of attribute pricing_rule_arns.
203 204 205 |
# File 'sig/types.rbs', line 203 def pricing_rule_arns @pricing_rule_arns end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
204 205 206 |
# File 'sig/types.rbs', line 204 def end |