Class: Aws::ApplicationSignals::Types::ReportInstrumentationConfigurationStatusResponse

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

#environmentString

The environment echoed from the request.

Returns:

  • (String)


3563
3564
3565
3566
3567
3568
3569
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3563

class ReportInstrumentationConfigurationStatusResponse < Struct.new(
  :service,
  :environment,
  :unprocessed_status_events)
  SENSITIVE = []
  include Aws::Structure
end

#serviceString

The service name echoed from the request.

Returns:

  • (String)


3563
3564
3565
3566
3567
3568
3569
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3563

class ReportInstrumentationConfigurationStatusResponse < Struct.new(
  :service,
  :environment,
  :unprocessed_status_events)
  SENSITIVE = []
  include Aws::Structure
end

#unprocessed_status_eventsArray<Types::UnprocessedStatusEvent>

Status events that failed to be processed. Each entry includes the configuration identifiers, status, timestamp, and a reason for the failure.

Returns:



3563
3564
3565
3566
3567
3568
3569
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3563

class ReportInstrumentationConfigurationStatusResponse < Struct.new(
  :service,
  :environment,
  :unprocessed_status_events)
  SENSITIVE = []
  include Aws::Structure
end