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)


517
518
519
# File 'sig/types.rbs', line 517

def earliest_allowed_end_at
  @earliest_allowed_end_at
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


516
517
518
# File 'sig/types.rbs', line 516

def ended_at
  @ended_at
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


515
516
517
# File 'sig/types.rbs', line 515

def started_at
  @started_at
end

#status"ENABLED", ...

Returns the value of attribute status.

Returns:

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


514
515
516
# File 'sig/types.rbs', line 514

def status
  @status
end