Class: Aws::Types::ResourceBudgetEstimate
- Inherits:
-
Object
- Object
- Aws::Types::ResourceBudgetEstimate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cost_estimates ⇒ ::Array[Types::CostEstimate]
Returns the value of attribute cost_estimates.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#cost_estimates ⇒ ::Array[Types::CostEstimate]
Returns the value of attribute cost_estimates.
2805 2806 2807 |
# File 'sig/types.rbs', line 2805 def cost_estimates @cost_estimates end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2807 2808 2809 |
# File 'sig/types.rbs', line 2807 def end_time @end_time end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
2803 2804 2805 |
# File 'sig/types.rbs', line 2803 def resource_name @resource_name end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
2804 2805 2806 |
# File 'sig/types.rbs', line 2804 def resource_type @resource_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2806 2807 2808 |
# File 'sig/types.rbs', line 2806 def start_time @start_time end |