Class: Aws::Types::BudgetSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_dollar_limit::Float

Returns the value of attribute approximate_dollar_limit.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def display_name
  @display_name
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


637
638
639
# File 'sig/types.rbs', line 637

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def updated_by
  @updated_by
end

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

#usagesTypes::ConsumedUsages

Returns the value of attribute usages.



640
641
642
# File 'sig/types.rbs', line 640

def usages
  @usages
end