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)


330
331
332
# File 'sig/types.rbs', line 330

def created_time_stamp
  @created_time_stamp
end

#home_region::String

Returns the value of attribute home_region.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def home_region
  @home_region
end

#is_replicatedBoolean

Returns the value of attribute is_replicated.

Returns:

  • (Boolean)


334
335
336
# File 'sig/types.rbs', line 334

def is_replicated
  @is_replicated
end

#last_update_time_stamp::Integer

Returns the value of attribute last_update_time_stamp.

Returns:

  • (::Integer)


331
332
333
# File 'sig/types.rbs', line 331

def last_update_time_stamp
  @last_update_time_stamp
end

#region_statuses::Array[Types::RegionStatus]

Returns the value of attribute region_statuses.

Returns:



335
336
337
# File 'sig/types.rbs', line 335

def region_statuses
  @region_statuses
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


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

def rule_arn
  @rule_arn
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


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

def rule_name
  @rule_name
end

#telemetry_ruleTypes::TelemetryRule

Returns the value of attribute telemetry_rule.



332
333
334
# File 'sig/types.rbs', line 332

def telemetry_rule
  @telemetry_rule
end