Class: Aws::Types::GetAlarmMuteRuleOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_mute_rule_arn::String

Returns the value of attribute alarm_mute_rule_arn.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def alarm_mute_rule_arn
  @alarm_mute_rule_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def description
  @description
end

#expire_date::Time

Returns the value of attribute expire_date.

Returns:

  • (::Time)


390
391
392
# File 'sig/types.rbs', line 390

def expire_date
  @expire_date
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


392
393
394
# File 'sig/types.rbs', line 392

def last_updated_timestamp
  @last_updated_timestamp
end

#mute_targetsTypes::MuteTargets

Returns the value of attribute mute_targets.

Returns:



388
389
390
# File 'sig/types.rbs', line 388

def mute_targets
  @mute_targets
end

#mute_type::String

Returns the value of attribute mute_type.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def mute_type
  @mute_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def name
  @name
end

#ruleTypes::Rule

Returns the value of attribute rule.

Returns:



387
388
389
# File 'sig/types.rbs', line 387

def rule
  @rule
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


389
390
391
# File 'sig/types.rbs', line 389

def start_date
  @start_date
end

#status"SCHEDULED", ...

Returns the value of attribute status.

Returns:

  • ("SCHEDULED", "ACTIVE", "EXPIRED")


391
392
393
# File 'sig/types.rbs', line 391

def status
  @status
end