Class: Aws::CostandUsageReportService::Types::ReportStatus

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

Overview

A two element dictionary with a lastDelivery and lastStatus key whose values describe the date and status of the last delivered report for a particular report definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_deliveryString

A timestamp that gives the date of a report delivery.

Returns:

  • (String)


314
315
316
317
318
319
# File 'gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/types.rb', line 314

class ReportStatus < Struct.new(
  :last_delivery,
  :last_status)
  SENSITIVE = []
  include Aws::Structure
end

#last_statusString

An enum that gives the status of a report delivery.

Returns:

  • (String)


314
315
316
317
318
319
# File 'gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/types.rb', line 314

class ReportStatus < Struct.new(
  :last_delivery,
  :last_status)
  SENSITIVE = []
  include Aws::Structure
end