Class: Aws::BCMPricingCalculator::Types::UpdateBillEstimateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bill_intervalTypes::BillInterval

The time period covered by the updated bill estimate.

Returns:



3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3206

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn,
  :cost_category_group_sharing_preference_effective_date)
  SENSITIVE = []
  include Aws::Structure
end

#cost_category_group_sharing_preference_arnString

The arn of the cost category used in the reserved and prioritized group sharing.

Returns:

  • (String)


3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3206

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn,
  :cost_category_group_sharing_preference_effective_date)
  SENSITIVE = []
  include Aws::Structure
end

#cost_category_group_sharing_preference_effective_dateTime

Timestamp of the effective date of the cost category used in the group sharing settings.

Returns:

  • (Time)


3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3206

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn,
  :cost_category_group_sharing_preference_effective_date)
  SENSITIVE = []
  include Aws::Structure
end

#cost_summaryTypes::BillEstimateCostSummary

A summary of the updated estimated costs.



3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3206

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn,
  :cost_category_group_sharing_preference_effective_date)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the bill estimate was originally created.

Returns:

  • (Time)


3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3206

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn,
  :cost_category_group_sharing_preference_effective_date)
  SENSITIVE = []
  include Aws::Structure
end

#expires_atTime

The updated expiration timestamp for the bill estimate.

Returns:

  • (Time)


3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3206

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn,
  :cost_category_group_sharing_preference_effective_date)
  SENSITIVE = []
  include Aws::Structure
end

#failure_messageString

An error message if the bill estimate update failed.

Returns:

  • (String)


3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3206

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn,
  :cost_category_group_sharing_preference_effective_date)
  SENSITIVE = []
  include Aws::Structure
end

#group_sharing_preferenceString

The setting for the reserved instance and savings plan group sharing used in this estimate.

Returns:

  • (String)


3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3206

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn,
  :cost_category_group_sharing_preference_effective_date)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the updated bill estimate.

Returns:

  • (String)


3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3206

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn,
  :cost_category_group_sharing_preference_effective_date)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The updated name of the bill estimate.

Returns:

  • (String)


3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3206

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn,
  :cost_category_group_sharing_preference_effective_date)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the updated bill estimate.

Returns:

  • (String)


3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3206

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn,
  :cost_category_group_sharing_preference_effective_date)
  SENSITIVE = []
  include Aws::Structure
end