Class: Aws::ApplicationSignals::Types::BatchGetServiceLevelObjectiveBudgetReportInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::BatchGetServiceLevelObjectiveBudgetReportInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slo_ids ⇒ Array<String>
An array containing the IDs of the service level objectives that you want to include in the report.
-
#timestamp ⇒ Time
The date and time that you want the report to be for.
Instance Attribute Details
#slo_ids ⇒ Array<String>
An array containing the IDs of the service level objectives that you want to include in the report.
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 |
#timestamp ⇒ Time
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.
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 |