Class: Aws::Types::GetBillEstimateResponse

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:



572
573
574
# File 'sig/types.rbs', line 572

def bill_interval
  @bill_interval
end

#cost_category_group_sharing_preference_arn::String

Returns the value of attribute cost_category_group_sharing_preference_arn.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def cost_category_group_sharing_preference_arn
  @cost_category_group_sharing_preference_arn
end

#cost_category_group_sharing_preference_effective_date::Time

Returns the value of attribute cost_category_group_sharing_preference_effective_date.

Returns:

  • (::Time)


578
579
580
# File 'sig/types.rbs', line 578

def cost_category_group_sharing_preference_effective_date
  @cost_category_group_sharing_preference_effective_date
end

#cost_summaryTypes::BillEstimateCostSummary

Returns the value of attribute cost_summary.



573
574
575
# File 'sig/types.rbs', line 573

def cost_summary
  @cost_summary
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


574
575
576
# File 'sig/types.rbs', line 574

def created_at
  @created_at
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


575
576
577
# File 'sig/types.rbs', line 575

def expires_at
  @expires_at
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def failure_message
  @failure_message
end

#group_sharing_preference"OPEN", ...

Returns the value of attribute group_sharing_preference.

Returns:

  • ("OPEN", "PRIORITIZED", "RESTRICTED")


576
577
578
# File 'sig/types.rbs', line 576

def group_sharing_preference
  @group_sharing_preference
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def name
  @name
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


570
571
572
# File 'sig/types.rbs', line 570

def status
  @status
end