Class: Aws::ApplicationSignals::Types::ReportInstrumentationConfigurationStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ReportInstrumentationConfigurationStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment ⇒ String
The environment echoed from the request.
-
#service ⇒ String
The service name echoed from the request.
-
#unprocessed_status_events ⇒ Array<Types::UnprocessedStatusEvent>
Status events that failed to be processed.
Instance Attribute Details
#environment ⇒ String
The environment echoed from the request.
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 |
#service ⇒ String
The service name echoed from the request.
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_events ⇒ Array<Types::UnprocessedStatusEvent>
Status events that failed to be processed. Each entry includes the configuration identifiers, status, timestamp, and a reason for the failure.
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 |