Class: Aws::Types::ResourceBudgetEstimate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cost_estimates::Array[Types::CostEstimate]

Returns the value of attribute cost_estimates.

Returns:



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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


2806
2807
2808
# File 'sig/types.rbs', line 2806

def start_time
  @start_time
end