Class: Aws::Types::GetTelemetryRuleForOrganizationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetTelemetryRuleForOrganizationOutput
- 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.
308 309 310 |
# File 'sig/types.rbs', line 308 def created_time_stamp @created_time_stamp end |
#home_region ⇒ ::String
Returns the value of attribute home_region.
311 312 313 |
# File 'sig/types.rbs', line 311 def home_region @home_region end |
#is_replicated ⇒ Boolean
Returns the value of attribute is_replicated.
312 313 314 |
# File 'sig/types.rbs', line 312 def is_replicated @is_replicated end |
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
309 310 311 |
# File 'sig/types.rbs', line 309 def last_update_time_stamp @last_update_time_stamp end |
#region_statuses ⇒ ::Array[Types::RegionStatus]
Returns the value of attribute region_statuses.
313 314 315 |
# File 'sig/types.rbs', line 313 def region_statuses @region_statuses end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
307 308 309 |
# File 'sig/types.rbs', line 307 def rule_arn @rule_arn end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def rule_name @rule_name end |
#telemetry_rule ⇒ Types::TelemetryRule
Returns the value of attribute telemetry_rule.
310 311 312 |
# File 'sig/types.rbs', line 310 def telemetry_rule @telemetry_rule end |