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.
673 674 675 |
# File 'sig/types.rbs', line 673 def created_time_stamp @created_time_stamp end |
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
674 675 676 |
# File 'sig/types.rbs', line 674 def last_update_time_stamp @last_update_time_stamp end |
#resource_type ⇒ "AWS::EC2::Instance", ...
Returns the value of attribute resource_type.
675 676 677 |
# File 'sig/types.rbs', line 675 def resource_type @resource_type end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
672 673 674 |
# File 'sig/types.rbs', line 672 def rule_arn @rule_arn end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
671 672 673 |
# File 'sig/types.rbs', line 671 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.
677 678 679 |
# File 'sig/types.rbs', line 677 def telemetry_source_types @telemetry_source_types end |
#telemetry_type ⇒ "Logs", ...
Returns the value of attribute telemetry_type.
676 677 678 |
# File 'sig/types.rbs', line 676 def telemetry_type @telemetry_type end |