Class: Aws::ApplicationSignals::Types::BatchGetServiceLevelObjectiveBudgetReportInput

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

#slo_idsArray<String>

An array containing the IDs of the service level objectives that you want to include in the report.

Returns:

  • (Array<String>)


39
40
41
42
43
44
# File 'lib/aws-sdk-applicationsignals/types.rb', line 39

class BatchGetServiceLevelObjectiveBudgetReportInput < Struct.new(
  :timestamp,
  :slo_ids)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The date and time that you want the report to be for. It is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

Returns:

  • (Time)


39
40
41
42
43
44
# File 'lib/aws-sdk-applicationsignals/types.rb', line 39

class BatchGetServiceLevelObjectiveBudgetReportInput < Struct.new(
  :timestamp,
  :slo_ids)
  SENSITIVE = []
  include Aws::Structure
end