Class: Aws::Types::BillEstimateSummary
- Inherits:
-
Object
- Object
- Aws::Types::BillEstimateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bill_interval ⇒ Types::BillInterval
Returns the value of attribute bill_interval.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#bill_interval ⇒ Types::BillInterval
Returns the value of attribute bill_interval.
357 358 359 |
# File 'sig/types.rbs', line 357 def bill_interval @bill_interval end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
358 359 360 |
# File 'sig/types.rbs', line 358 def created_at @created_at end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
359 360 361 |
# File 'sig/types.rbs', line 359 def expires_at @expires_at end |
#id ⇒ ::String
Returns the value of attribute id.
354 355 356 |
# File 'sig/types.rbs', line 354 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
355 356 357 |
# File 'sig/types.rbs', line 355 def name @name end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
356 357 358 |
# File 'sig/types.rbs', line 356 def status @status end |