Class: Aws::Types::GetTelemetryRuleForOrganizationOutput

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)


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.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def home_region
  @home_region
end

#is_replicatedBoolean

Returns the value of attribute is_replicated.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def rule_name
  @rule_name
end

#telemetry_ruleTypes::TelemetryRule

Returns the value of attribute telemetry_rule.



310
311
312
# File 'sig/types.rbs', line 310

def telemetry_rule
  @telemetry_rule
end