Class: Aws::Types::MinimumThroughputBillingCommitmentOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#earliest_allowed_end_at::Time

Returns the value of attribute earliest_allowed_end_at.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


522
523
524
# File 'sig/types.rbs', line 522

def started_at
  @started_at
end

#status"ENABLED", ...

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED", "ENABLED_UNTIL_EARLIEST_ALLOWED_END")


521
522
523
# File 'sig/types.rbs', line 521

def status
  @status
end