Class: Aws::Types::WorkloadEstimateSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkloadEstimateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cost_currency ⇒ "USD"
Returns the value of attribute cost_currency.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rate_timestamp ⇒ ::Time
Returns the value of attribute rate_timestamp.
-
#rate_type ⇒ "BEFORE_DISCOUNTS", ...
Returns the value of attribute rate_type.
-
#status ⇒ "UPDATING", ...
Returns the value of attribute status.
-
#total_cost ⇒ ::Float
Returns the value of attribute total_cost.
Instance Attribute Details
#cost_currency ⇒ "USD"
Returns the value of attribute cost_currency.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def cost_currency @cost_currency end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
997 998 999 |
# File 'sig/types.rbs', line 997 def created_at @created_at end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
998 999 1000 |
# File 'sig/types.rbs', line 998 def expires_at @expires_at end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def @failure_message end |
#id ⇒ ::String
Returns the value of attribute id.
995 996 997 |
# File 'sig/types.rbs', line 995 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
996 997 998 |
# File 'sig/types.rbs', line 996 def name @name end |
#rate_timestamp ⇒ ::Time
Returns the value of attribute rate_timestamp.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def @rate_timestamp end |
#rate_type ⇒ "BEFORE_DISCOUNTS", ...
Returns the value of attribute rate_type.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def rate_type @rate_type end |
#status ⇒ "UPDATING", ...
Returns the value of attribute status.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def status @status end |
#total_cost ⇒ ::Float
Returns the value of attribute total_cost.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def total_cost @total_cost end |