Class: Aws::ObservabilityAdmin::Types::GetTelemetryRuleForOrganizationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::GetTelemetryRuleForOrganizationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time_stamp ⇒ Integer
The timestamp when the organization telemetry rule was created.
-
#home_region ⇒ String
The Amazon Web Services Region where the organization telemetry rule was originally created.
-
#is_replicated ⇒ Boolean
Indicates whether this organization telemetry rule is a replica that was created in this region through multi-region fan-out from the home region.
-
#last_update_time_stamp ⇒ Integer
The timestamp when the organization telemetry rule was last updated.
-
#region_statuses ⇒ Array<Types::RegionStatus>
A list of per-region replication statuses for the organization telemetry rule.
-
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the organization telemetry rule.
-
#rule_name ⇒ String
The name of the organization telemetry rule.
-
#telemetry_rule ⇒ Types::TelemetryRule
The configuration details of the organization telemetry rule.
Instance Attribute Details
#created_time_stamp ⇒ Integer
The timestamp when the organization telemetry rule was created.
1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1085 class GetTelemetryRuleForOrganizationOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule, :home_region, :is_replicated, :region_statuses) SENSITIVE = [] include Aws::Structure end |
#home_region ⇒ String
The Amazon Web Services Region where the organization telemetry rule was originally created. For replicated rules in spoke regions, this indicates the region that manages the rule. For rules created without multi-region scope, this field is not present.
1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1085 class GetTelemetryRuleForOrganizationOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule, :home_region, :is_replicated, :region_statuses) SENSITIVE = [] include Aws::Structure end |
#is_replicated ⇒ Boolean
Indicates whether this organization telemetry rule is a replica that was created in this region through multi-region fan-out from the home region. Replicated rules cannot be directly updated or deleted in the spoke region. To modify a replicated rule, make changes in the home region.
1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1085 class GetTelemetryRuleForOrganizationOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule, :home_region, :is_replicated, :region_statuses) SENSITIVE = [] include Aws::Structure end |
#last_update_time_stamp ⇒ Integer
The timestamp when the organization telemetry rule was last updated.
1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1085 class GetTelemetryRuleForOrganizationOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule, :home_region, :is_replicated, :region_statuses) SENSITIVE = [] include Aws::Structure end |
#region_statuses ⇒ Array<Types::RegionStatus>
A list of per-region replication statuses for the organization telemetry rule. Each entry indicates the replication status of the rule in a specific spoke region. This field is only present for rules created with multi-region scope.
1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1085 class GetTelemetryRuleForOrganizationOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule, :home_region, :is_replicated, :region_statuses) SENSITIVE = [] include Aws::Structure end |
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the organization telemetry rule.
1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1085 class GetTelemetryRuleForOrganizationOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule, :home_region, :is_replicated, :region_statuses) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the organization telemetry rule.
1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1085 class GetTelemetryRuleForOrganizationOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule, :home_region, :is_replicated, :region_statuses) SENSITIVE = [] include Aws::Structure end |
#telemetry_rule ⇒ Types::TelemetryRule
The configuration details of the organization telemetry rule.
1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1085 class GetTelemetryRuleForOrganizationOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule, :home_region, :is_replicated, :region_statuses) SENSITIVE = [] include Aws::Structure end |