Class: Aws::Types::UpdateIncidentRecordInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def arn
  @arn
end

#chat_channel ⇒ Types::ChatChannel

Returns the value of attribute chat_channel.

Returns:



733
734
735
# File 'sig/types.rbs', line 733

def chat_channel
  @chat_channel
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def client_token
  @client_token
end

#impact ⇒ ::Integer

Returns the value of attribute impact.

Returns:

  • (::Integer)


735
736
737
# File 'sig/types.rbs', line 735

def impact
  @impact
end

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

Returns the value of attribute notification_targets.

Returns:



736
737
738
# File 'sig/types.rbs', line 736

def notification_targets
  @notification_targets
end

#status ⇒ "OPEN", "RESOLVED"

Returns the value of attribute status.

Returns:

  • ("OPEN", "RESOLVED")


737
738
739
# File 'sig/types.rbs', line 737

def status
  @status
end

#summary ⇒ ::String

Returns the value of attribute summary.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def summary
  @summary
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def title
  @title
end