Class: Aws::Types::IncidentTemplate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dedupe_string ⇒ ::String

Returns the value of attribute dedupe_string.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def dedupe_string
  @dedupe_string
end

#impact ⇒ ::Integer

Returns the value of attribute impact.

Returns:

  • (::Integer)


396
397
398
# File 'sig/types.rbs', line 396

def impact
  @impact
end

#incident_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute incident_tags.

Returns:

  • (::Hash[::String, ::String])


397
398
399
# File 'sig/types.rbs', line 397

def incident_tags
  @incident_tags
end

#notification_targets ⇒ ::Array[Types::NotificationTargetItem]

Returns the value of attribute notification_targets.

Returns:



398
399
400
# File 'sig/types.rbs', line 398

def notification_targets
  @notification_targets
end

#summary ⇒ ::String

Returns the value of attribute summary.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def summary
  @summary
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def title
  @title
end