Class: Aws::ApplicationSignals::Types::BatchGetServiceLevelObjectiveBudgetReportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::BatchGetServiceLevelObjectiveBudgetReportOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::ServiceLevelObjectiveBudgetReportError>
An array of structures, where each structure includes an error indicating that one of the requests in the array was not valid.
-
#reports ⇒ Array<Types::ServiceLevelObjectiveBudgetReport>
An array of structures, where each structure is one budget report.
-
#timestamp ⇒ Time
The date and time that the report is for.
Instance Attribute Details
#errors ⇒ Array<Types::ServiceLevelObjectiveBudgetReportError>
An array of structures, where each structure includes an error indicating that one of the requests in the array was not valid.
62 63 64 65 66 67 68 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 62 class BatchGetServiceLevelObjectiveBudgetReportOutput < Struct.new( :timestamp, :reports, :errors) SENSITIVE = [] include Aws::Structure end |
#reports ⇒ Array<Types::ServiceLevelObjectiveBudgetReport>
An array of structures, where each structure is one budget report.
62 63 64 65 66 67 68 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 62 class BatchGetServiceLevelObjectiveBudgetReportOutput < Struct.new( :timestamp, :reports, :errors) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The date and time that the report is for. It is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
62 63 64 65 66 67 68 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 62 class BatchGetServiceLevelObjectiveBudgetReportOutput < Struct.new( :timestamp, :reports, :errors) SENSITIVE = [] include Aws::Structure end |