Class: Aws::Types::TelemetryRuleSummary
- Inherits:
-
Object
- Object
- Aws::Types::TelemetryRuleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
-
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
-
#resource_type ⇒ "AWS::EC2::Instance", ...
Returns the value of attribute resource_type.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#telemetry_source_types ⇒ ::Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]
Returns the value of attribute telemetry_source_types.
-
#telemetry_type ⇒ "Logs", ...
Returns the value of attribute telemetry_type.
Instance Attribute Details
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
684 685 686 |
# File 'sig/types.rbs', line 684 def created_time_stamp @created_time_stamp end |
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
685 686 687 |
# File 'sig/types.rbs', line 685 def last_update_time_stamp @last_update_time_stamp end |
#resource_type ⇒ "AWS::EC2::Instance", ...
Returns the value of attribute resource_type.
686 687 688 |
# File 'sig/types.rbs', line 686 def resource_type @resource_type end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
683 684 685 |
# File 'sig/types.rbs', line 683 def rule_arn @rule_arn end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
682 683 684 |
# File 'sig/types.rbs', line 682 def rule_name @rule_name end |
#telemetry_source_types ⇒ ::Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]
Returns the value of attribute telemetry_source_types.
688 689 690 |
# File 'sig/types.rbs', line 688 def telemetry_source_types @telemetry_source_types end |
#telemetry_type ⇒ "Logs", ...
Returns the value of attribute telemetry_type.
687 688 689 |
# File 'sig/types.rbs', line 687 def telemetry_type @telemetry_type end |