Class: Aws::ApplicationInsights::Types::Observation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb

Overview

Describes an anomaly or error with the application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_event_detail_typeString

The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_watch_event_idString

The ID of the CloudWatch Event-based observation related to the detected problem.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_watch_event_sourceString

The source of the CloudWatch Event.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#code_deploy_applicationString

The CodeDeploy application to which the deployment belongs.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#code_deploy_deployment_groupString

The deployment group to which the CodeDeploy deployment belongs.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#code_deploy_deployment_idString

The deployment ID of the CodeDeploy-based observation related to the detected problem.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#code_deploy_instance_group_idString

The instance group to which the CodeDeploy instance belongs.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#code_deploy_stateString

The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#ebs_causeString

The cause of an EBS CloudWatch event.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#ebs_eventString

The type of EBS CloudWatch event, such as createVolume, deleteVolume or attachVolume.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#ebs_request_idString

The request ID of an EBS CloudWatch event.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#ebs_resultString

The result of an EBS CloudWatch event, such as failed or succeeded.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#ec2_stateString

The state of the instance, such as STOPPING or TERMINATING.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The time when the observation ended, in epoch seconds.

Returns:

  • (Time)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#health_event_arnString

The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#health_event_descriptionString

The description of the AWS Health event provided by the service, such as Amazon EC2.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#health_event_type_categoryString

The category of the AWS Health event, such as issue.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#health_event_type_codeString

The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#health_serviceString

The service to which the AWS Health Event belongs, such as EC2.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the observation type.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#line_timeTime

The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

Returns:

  • (Time)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#log_filterString

The log filter of the observation.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#log_groupString

The log group name.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#log_textString

The log text of the observation.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

The name of the observation metric.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#metric_namespaceString

The namespace of the observation metric.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#rds_event_categoriesString

The category of an RDS event.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#rds_event_messageString

The message of an RDS event.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#s3_event_nameString

The name of the S3 CloudWatch Event-based observation.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The source resource ARN of the observation.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The source type of the observation.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time when the observation was first detected, in epoch seconds.

Returns:

  • (Time)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#states_arnString

The Amazon Resource Name (ARN) of the step function-based observation.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#states_execution_arnString

The Amazon Resource Name (ARN) of the step function execution-based observation.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#states_inputString

The input to the step function-based observation.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#states_statusString

The status of the step function-related observation.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

The unit of the source observation metric.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The value of the source observation metric.

Returns:

  • (Float)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#x_ray_error_percentInteger

The X-Ray request error percentage for this node.

Returns:

  • (Integer)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#x_ray_fault_percentInteger

The X-Ray request fault percentage for this node.

Returns:

  • (Integer)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#x_ray_node_nameString

The name of the X-Ray node.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#x_ray_node_typeString

The type of the X-Ray node.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#x_ray_request_average_latencyInteger

The X-Ray node request average latency for this node.

Returns:

  • (Integer)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#x_ray_request_countInteger

The X-Ray request count for this node.

Returns:

  • (Integer)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end

#x_ray_throttle_percentInteger

The X-Ray request throttle percentage for this node.

Returns:

  • (Integer)


1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1527

class Observation < Struct.new(
  :id,
  :start_time,
  :end_time,
  :source_type,
  :source_arn,
  :log_group,
  :line_time,
  :log_text,
  :log_filter,
  :metric_namespace,
  :metric_name,
  :unit,
  :value,
  :cloud_watch_event_id,
  :cloud_watch_event_source,
  :cloud_watch_event_detail_type,
  :health_event_arn,
  :health_service,
  :health_event_type_code,
  :health_event_type_category,
  :health_event_description,
  :code_deploy_deployment_id,
  :code_deploy_deployment_group,
  :code_deploy_state,
  :code_deploy_application,
  :code_deploy_instance_group_id,
  :ec2_state,
  :rds_event_categories,
  :rds_event_message,
  :s3_event_name,
  :states_execution_arn,
  :states_arn,
  :states_status,
  :states_input,
  :ebs_event,
  :ebs_result,
  :ebs_cause,
  :ebs_request_id,
  :x_ray_fault_percent,
  :x_ray_throttle_percent,
  :x_ray_error_percent,
  :x_ray_request_count,
  :x_ray_request_average_latency,
  :x_ray_node_name,
  :x_ray_node_type)
  SENSITIVE = []
  include Aws::Structure
end