Class: Aws::Types::GetBudgetResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::ResponseBudgetAction]

Returns the value of attribute actions.

Returns:



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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def queue_stopped_at
  @queue_stopped_at
end

#scheduleTypes::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.

Returns:

  • ("ACTIVE", "INACTIVE")


1256
1257
1258
# File 'sig/types.rbs', line 1256

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def updated_by
  @updated_by
end

#usage_tracking_resourceTypes::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

#usagesTypes::ConsumedUsages

Returns the value of attribute usages.



1259
1260
1261
# File 'sig/types.rbs', line 1259

def usages
  @usages
end