Class: Aws::Types::CreateSpendingLimitRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSpendingLimitRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
-
#spending_limit ⇒ ::String
Returns the value of attribute spending_limit.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
111 112 113 |
# File 'sig/types.rbs', line 111 def client_token @client_token end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
112 113 114 |
# File 'sig/types.rbs', line 112 def device_arn @device_arn end |
#spending_limit ⇒ ::String
Returns the value of attribute spending_limit.
113 114 115 |
# File 'sig/types.rbs', line 113 def spending_limit @spending_limit end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
115 116 117 |
# File 'sig/types.rbs', line 115 def @tags end |
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
114 115 116 |
# File 'sig/types.rbs', line 114 def time_period @time_period end |