Module: Aws::ApplicationSignals::Types

Defined in:
lib/aws-sdk-applicationsignals/types.rb

Defined Under Namespace

Classes: AccessDeniedException, BatchGetServiceLevelObjectiveBudgetReportInput, BatchGetServiceLevelObjectiveBudgetReportOutput, BurnRateConfiguration, CalendarInterval, ConflictException, CreateServiceLevelObjectiveInput, CreateServiceLevelObjectiveOutput, DeleteServiceLevelObjectiveInput, DeleteServiceLevelObjectiveOutput, Dimension, GetServiceInput, GetServiceLevelObjectiveInput, GetServiceLevelObjectiveOutput, GetServiceOutput, Goal, Interval, ListServiceDependenciesInput, ListServiceDependenciesOutput, ListServiceDependentsInput, ListServiceDependentsOutput, ListServiceLevelObjectivesInput, ListServiceLevelObjectivesOutput, ListServiceOperationsInput, ListServiceOperationsOutput, ListServicesInput, ListServicesOutput, ListTagsForResourceRequest, ListTagsForResourceResponse, Metric, MetricDataQuery, MetricReference, MetricStat, MonitoredRequestCountMetricDataQueries, RequestBasedServiceLevelIndicator, RequestBasedServiceLevelIndicatorConfig, RequestBasedServiceLevelIndicatorMetric, RequestBasedServiceLevelIndicatorMetricConfig, ResourceNotFoundException, RollingInterval, Service, ServiceDependency, ServiceDependent, ServiceLevelIndicator, ServiceLevelIndicatorConfig, ServiceLevelIndicatorMetric, ServiceLevelIndicatorMetricConfig, ServiceLevelObjective, ServiceLevelObjectiveBudgetReport, ServiceLevelObjectiveBudgetReportError, ServiceLevelObjectiveSummary, ServiceOperation, ServiceQuotaExceededException, ServiceSummary, StartDiscoveryInput, StartDiscoveryOutput, Tag, TagResourceRequest, TagResourceResponse, ThrottlingException, UntagResourceRequest, UntagResourceResponse, UpdateServiceLevelObjectiveInput, UpdateServiceLevelObjectiveOutput, ValidationException

Instance Attribute Summary collapse

Instance Attribute Details

#bad_count_metricArray<Types::MetricDataQuery>

If you want to count “bad requests” to determine the percentage of successful requests for this request-based SLO, specify the metric to use as “bad requests” in this structure.

Returns:



1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1251

class MonitoredRequestCountMetricDataQueries < Struct.new(
  :good_count_metric,
  :bad_count_metric,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class GoodCountMetric < MonitoredRequestCountMetricDataQueries; end
  class BadCountMetric < MonitoredRequestCountMetricDataQueries; end
  class Unknown < MonitoredRequestCountMetricDataQueries; end
end

#calendar_intervalTypes::CalendarInterval

If the interval is a calendar interval, this structure contains the interval specifications.



462
463
464
465
466
467
468
469
470
471
472
473
# File 'lib/aws-sdk-applicationsignals/types.rb', line 462

class Interval < Struct.new(
  :rolling_interval,
  :calendar_interval,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class RollingInterval < Interval; end
  class CalendarInterval < Interval; end
  class Unknown < Interval; end
end

#good_count_metricArray<Types::MetricDataQuery>

If you want to count “good requests” to determine the percentage of successful requests for this request-based SLO, specify the metric to use as “good requests” in this structure.

Returns:



1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1251

class MonitoredRequestCountMetricDataQueries < Struct.new(
  :good_count_metric,
  :bad_count_metric,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class GoodCountMetric < MonitoredRequestCountMetricDataQueries; end
  class BadCountMetric < MonitoredRequestCountMetricDataQueries; end
  class Unknown < MonitoredRequestCountMetricDataQueries; end
end

#rolling_intervalTypes::RollingInterval

If the interval is a rolling interval, this structure contains the interval specifications.



462
463
464
465
466
467
468
469
470
471
472
473
# File 'lib/aws-sdk-applicationsignals/types.rb', line 462

class Interval < Struct.new(
  :rolling_interval,
  :calendar_interval,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class RollingInterval < Interval; end
  class CalendarInterval < Interval; end
  class Unknown < Interval; end
end