Class: Aws::Types::CreateTelemetryRuleForOrganizationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTelemetryRuleForOrganizationInput
- 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.
142 143 144 |
# File 'sig/types.rbs', line 142 def rule @rule end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
141 142 143 |
# File 'sig/types.rbs', line 141 def rule_name @rule_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
143 144 145 |
# File 'sig/types.rbs', line 143 def @tags end |