Class: Aws::Types::CreateTelemetryRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTelemetryRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule ⇒ Types::TelemetryRule
Returns the value of attribute rule.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#rule ⇒ Types::TelemetryRule
Returns the value of attribute rule.
152 153 154 |
# File 'sig/types.rbs', line 152 def rule @rule end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
151 152 153 |
# File 'sig/types.rbs', line 151 def rule_name @rule_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
153 154 155 |
# File 'sig/types.rbs', line 153 def @tags end |