Class: Aws::Types::GetTelemetryRuleOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time_stamp::Integer

Returns the value of attribute created_time_stamp.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def home_region
  @home_region
end

#is_replicatedBoolean

Returns the value of attribute is_replicated.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def rule_name
  @rule_name
end

#telemetry_ruleTypes::TelemetryRule

Returns the value of attribute telemetry_rule.



327
328
329
# File 'sig/types.rbs', line 327

def telemetry_rule
  @telemetry_rule
end