Class: Aws::ApplicationSignals::Types::BatchGetServiceLevelObjectiveBudgetReportOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationsignals/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::ServiceLevelObjectiveBudgetReportError>

An array of structures, where each structure includes an error indicating that one of the requests in the array was not valid.



235
236
237
238
239
240
241
# File 'lib/aws-sdk-applicationsignals/types.rb', line 235

class BatchGetServiceLevelObjectiveBudgetReportOutput < Struct.new(
  :timestamp,
  :reports,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#reportsArray<Types::ServiceLevelObjectiveBudgetReport>

An array of structures, where each structure is one budget report.



235
236
237
238
239
240
241
# File 'lib/aws-sdk-applicationsignals/types.rb', line 235

class BatchGetServiceLevelObjectiveBudgetReportOutput < Struct.new(
  :timestamp,
  :reports,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

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.

Returns:

  • (Time)


235
236
237
238
239
240
241
# File 'lib/aws-sdk-applicationsignals/types.rb', line 235

class BatchGetServiceLevelObjectiveBudgetReportOutput < Struct.new(
  :timestamp,
  :reports,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end