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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationsignals/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.



62
63
64
65
66
67
68
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 62

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.



62
63
64
65
66
67
68
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 62

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)


62
63
64
65
66
67
68
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 62

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