Class: Aws::Types::GetCostEstimateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def end_time
  @end_time
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


1562
1563
1564
# File 'sig/types.rbs', line 1562

def resource_name
  @resource_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def start_time
  @start_time
end