Class: Aws::Types::UpdateSpendingLimitRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSpendingLimitRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#spending_limit ⇒ ::String
Returns the value of attribute spending_limit.
-
#spending_limit_arn ⇒ ::String
Returns the value of attribute spending_limit_arn.
-
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
498 499 500 |
# File 'sig/types.rbs', line 498 def client_token @client_token end |
#spending_limit ⇒ ::String
Returns the value of attribute spending_limit.
499 500 501 |
# File 'sig/types.rbs', line 499 def spending_limit @spending_limit end |
#spending_limit_arn ⇒ ::String
Returns the value of attribute spending_limit_arn.
497 498 499 |
# File 'sig/types.rbs', line 497 def spending_limit_arn @spending_limit_arn end |
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
500 501 502 |
# File 'sig/types.rbs', line 500 def time_period @time_period end |