Class: Aws::Types::SpendingLimitSummary
- Inherits:
-
Object
- Object
- Aws::Types::SpendingLimitSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
-
#queued_spend ⇒ ::String
Returns the value of attribute queued_spend.
-
#spending_limit ⇒ ::String
Returns the value of attribute spending_limit.
-
#spending_limit_arn ⇒ ::String
Returns the value of attribute spending_limit_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
-
#total_spend ⇒ ::String
Returns the value of attribute total_spend.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
461 462 463 |
# File 'sig/types.rbs', line 461 def created_at @created_at end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
456 457 458 |
# File 'sig/types.rbs', line 456 def device_arn @device_arn end |
#queued_spend ⇒ ::String
Returns the value of attribute queued_spend.
459 460 461 |
# File 'sig/types.rbs', line 459 def queued_spend @queued_spend end |
#spending_limit ⇒ ::String
Returns the value of attribute spending_limit.
458 459 460 |
# File 'sig/types.rbs', line 458 def spending_limit @spending_limit end |
#spending_limit_arn ⇒ ::String
Returns the value of attribute spending_limit_arn.
455 456 457 |
# File 'sig/types.rbs', line 455 def spending_limit_arn @spending_limit_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
463 464 465 |
# File 'sig/types.rbs', line 463 def @tags end |
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
457 458 459 |
# File 'sig/types.rbs', line 457 def time_period @time_period end |
#total_spend ⇒ ::String
Returns the value of attribute total_spend.
460 461 462 |
# File 'sig/types.rbs', line 460 def total_spend @total_spend end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
462 463 464 |
# File 'sig/types.rbs', line 462 def updated_at @updated_at end |