Class: Aws::Types::GetBudgetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBudgetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::ResponseBudgetAction]
Returns the value of attribute actions.
-
#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.
-
#queue_stopped_at ⇒ ::Time
Returns the value of attribute queue_stopped_at.
-
#schedule ⇒ Types::BudgetSchedule
Returns the value of attribute schedule.
-
#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
#actions ⇒ ::Array[Types::ResponseBudgetAction]
Returns the value of attribute actions.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def actions @actions end |
#approximate_dollar_limit ⇒ ::Float
Returns the value of attribute approximate_dollar_limit.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def approximate_dollar_limit @approximate_dollar_limit end |
#budget_id ⇒ ::String
Returns the value of attribute budget_id.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def budget_id @budget_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def display_name @display_name end |
#queue_stopped_at ⇒ ::Time
Returns the value of attribute queue_stopped_at.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def queue_stopped_at @queue_stopped_at end |
#schedule ⇒ Types::BudgetSchedule
Returns the value of attribute schedule.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def schedule @schedule end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def updated_by @updated_by end |
#usage_tracking_resource ⇒ Types::UsageTrackingResource
Returns the value of attribute usage_tracking_resource.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def usage_tracking_resource @usage_tracking_resource end |
#usages ⇒ Types::ConsumedUsages
Returns the value of attribute usages.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def usages @usages end |