Class: Aws::Types::Engagement

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)


241
242
243
# File 'sig/types.rbs', line 241

def contact_arn
  @contact_arn
end

#engagement_arn ⇒ ::String

Returns the value of attribute engagement_arn.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def engagement_arn
  @engagement_arn
end

#incident_id ⇒ ::String

Returns the value of attribute incident_id.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def incident_id
  @incident_id
end

#sender ⇒ ::String

Returns the value of attribute sender.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def sender
  @sender
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


244
245
246
# File 'sig/types.rbs', line 244

def start_time
  @start_time
end

#stop_time ⇒ ::Time

Returns the value of attribute stop_time.

Returns:

  • (::Time)


245
246
247
# File 'sig/types.rbs', line 245

def stop_time
  @stop_time
end