Class: Aws::Types::MinimumThroughputBillingCommitmentOutput
- Inherits:
-
Object
- Object
- Aws::Types::MinimumThroughputBillingCommitmentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#earliest_allowed_end_at ⇒ ::Time
Returns the value of attribute earliest_allowed_end_at.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
Instance Attribute Details
#earliest_allowed_end_at ⇒ ::Time
Returns the value of attribute earliest_allowed_end_at.
524 525 526 |
# File 'sig/types.rbs', line 524 def earliest_allowed_end_at @earliest_allowed_end_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
523 524 525 |
# File 'sig/types.rbs', line 523 def ended_at @ended_at end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
522 523 524 |
# File 'sig/types.rbs', line 522 def started_at @started_at end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
521 522 523 |
# File 'sig/types.rbs', line 521 def status @status end |