Class: Aws::CostandUsageReportService::Types::ReportStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostandUsageReportService::Types::ReportStatus
- 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
-
#last_delivery ⇒ String
A timestamp that gives the date of a report delivery.
-
#last_status ⇒ String
An enum that gives the status of a report delivery.
Instance Attribute Details
#last_delivery ⇒ String
A timestamp that gives the date of a report delivery.
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_status ⇒ String
An enum that gives the status of a report delivery.
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 |