Class: Aws::Types::BillEstimateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bill_intervalTypes::BillInterval

Returns the value of attribute bill_interval.

Returns:



357
358
359
# File 'sig/types.rbs', line 357

def bill_interval
  @bill_interval
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


358
359
360
# File 'sig/types.rbs', line 358

def created_at
  @created_at
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


359
360
361
# File 'sig/types.rbs', line 359

def expires_at
  @expires_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def name
  @name
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "COMPLETE", "FAILED")


356
357
358
# File 'sig/types.rbs', line 356

def status
  @status
end