Class: Aws::Types::BudgetSummary
- Inherits:
-
Object
- Object
- Aws::Types::BudgetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_dollar_limit ⇒ ::Float
Returns the value of attribute approximate_dollar_limit.
-
#budget_id ⇒ ::String
Returns the value of attribute budget_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
-
#usage_tracking_resource ⇒ Types::UsageTrackingResource
Returns the value of attribute usage_tracking_resource.
-
#usages ⇒ Types::ConsumedUsages
Returns the value of attribute usages.
Instance Attribute Details
#approximate_dollar_limit ⇒ ::Float
Returns the value of attribute approximate_dollar_limit.
639 640 641 |
# File 'sig/types.rbs', line 639 def approximate_dollar_limit @approximate_dollar_limit end |
#budget_id ⇒ ::String
Returns the value of attribute budget_id.
635 636 637 |
# File 'sig/types.rbs', line 635 def budget_id @budget_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
642 643 644 |
# File 'sig/types.rbs', line 642 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
641 642 643 |
# File 'sig/types.rbs', line 641 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
645 646 647 |
# File 'sig/types.rbs', line 645 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
638 639 640 |
# File 'sig/types.rbs', line 638 def display_name @display_name end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
637 638 639 |
# File 'sig/types.rbs', line 637 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
644 645 646 |
# File 'sig/types.rbs', line 644 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
643 644 645 |
# File 'sig/types.rbs', line 643 def updated_by @updated_by end |
#usage_tracking_resource ⇒ Types::UsageTrackingResource
Returns the value of attribute usage_tracking_resource.
636 637 638 |
# File 'sig/types.rbs', line 636 def usage_tracking_resource @usage_tracking_resource end |
#usages ⇒ Types::ConsumedUsages
Returns the value of attribute usages.
640 641 642 |
# File 'sig/types.rbs', line 640 def usages @usages end |