Class: Aws::Types::Engagement
- Inherits:
-
Object
- Object
- Aws::Types::Engagement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
-
#engagement_arn ⇒ ::String
Returns the value of attribute engagement_arn.
-
#incident_id ⇒ ::String
Returns the value of attribute incident_id.
-
#sender ⇒ ::String
Returns the value of attribute sender.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
Instance Attribute Details
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
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.
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.
243 244 245 |
# File 'sig/types.rbs', line 243 def incident_id @incident_id end |
#sender ⇒ ::String
Returns the value of attribute sender.
242 243 244 |
# File 'sig/types.rbs', line 242 def sender @sender end |
#start_time ⇒ ::Time
Returns the value of attribute start_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.
245 246 247 |
# File 'sig/types.rbs', line 245 def stop_time @stop_time end |