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)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


384
385
386
# File 'sig/types.rbs', line 384

def started_at
  @started_at
end

#status"ENABLED", ...

Returns the value of attribute status.

Returns:

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


383
384
385
# File 'sig/types.rbs', line 383

def status
  @status
end