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.
386 387 388 |
# File 'sig/types.rbs', line 386 def earliest_allowed_end_at @earliest_allowed_end_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
385 386 387 |
# File 'sig/types.rbs', line 385 def ended_at @ended_at end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
384 385 386 |
# File 'sig/types.rbs', line 384 def started_at @started_at end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
383 384 385 |
# File 'sig/types.rbs', line 383 def status @status end |