Class: Aws::Types::GetTelemetryRuleOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetTelemetryRuleOutput
- 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.
-
#home_region ⇒ ::String
Returns the value of attribute home_region.
-
#is_replicated ⇒ Boolean
Returns the value of attribute is_replicated.
-
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
-
#region_statuses ⇒ ::Array[Types::RegionStatus]
Returns the value of attribute region_statuses.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#telemetry_rule ⇒ Types::TelemetryRule
Returns the value of attribute telemetry_rule.
Instance Attribute Details
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
325 326 327 |
# File 'sig/types.rbs', line 325 def created_time_stamp @created_time_stamp end |
#home_region ⇒ ::String
Returns the value of attribute home_region.
328 329 330 |
# File 'sig/types.rbs', line 328 def home_region @home_region end |
#is_replicated ⇒ Boolean
Returns the value of attribute is_replicated.
329 330 331 |
# File 'sig/types.rbs', line 329 def is_replicated @is_replicated end |
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
326 327 328 |
# File 'sig/types.rbs', line 326 def last_update_time_stamp @last_update_time_stamp end |
#region_statuses ⇒ ::Array[Types::RegionStatus]
Returns the value of attribute region_statuses.
330 331 332 |
# File 'sig/types.rbs', line 330 def region_statuses @region_statuses end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
324 325 326 |
# File 'sig/types.rbs', line 324 def rule_arn @rule_arn end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
323 324 325 |
# File 'sig/types.rbs', line 323 def rule_name @rule_name end |
#telemetry_rule ⇒ Types::TelemetryRule
Returns the value of attribute telemetry_rule.
327 328 329 |
# File 'sig/types.rbs', line 327 def telemetry_rule @telemetry_rule end |