Class: Aws::Types::GetCostEstimateRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCostEstimateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_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.
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.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def start_time @start_time end |