Class: Aws::Types::DescribeEngagementResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_arn ⇒ ::String

Returns the value of attribute contact_arn.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def contact_arn
  @contact_arn
end

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def content
  @content
end

#engagement_arn ⇒ ::String

Returns the value of attribute engagement_arn.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def engagement_arn
  @engagement_arn
end

#incident_id ⇒ ::String

Returns the value of attribute incident_id.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def incident_id
  @incident_id
end

#public_content ⇒ ::String

Returns the value of attribute public_content.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def public_content
  @public_content
end

#public_subject ⇒ ::String

Returns the value of attribute public_subject.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def public_subject
  @public_subject
end

#sender ⇒ ::String

Returns the value of attribute sender.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def sender
  @sender
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


213
214
215
# File 'sig/types.rbs', line 213

def start_time
  @start_time
end

#stop_time ⇒ ::Time

Returns the value of attribute stop_time.

Returns:

  • (::Time)


214
215
216
# File 'sig/types.rbs', line 214

def stop_time
  @stop_time
end

#subject ⇒ ::String

Returns the value of attribute subject.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def subject
  @subject
end