Class: Aws::Types::DescribeEngagementResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEngagementResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#engagement_arn ⇒ ::String
Returns the value of attribute engagement_arn.
-
#incident_id ⇒ ::String
Returns the value of attribute incident_id.
-
#public_content ⇒ ::String
Returns the value of attribute public_content.
-
#public_subject ⇒ ::String
Returns the value of attribute public_subject.
-
#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.
-
#subject ⇒ ::String
Returns the value of attribute subject.
Instance Attribute Details
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
205 206 207 |
# File 'sig/types.rbs', line 205 def contact_arn @contact_arn end |
#content ⇒ ::String
Returns the value of attribute content.
209 210 211 |
# File 'sig/types.rbs', line 209 def content @content end |
#engagement_arn ⇒ ::String
Returns the value of attribute engagement_arn.
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.
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.
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.
210 211 212 |
# File 'sig/types.rbs', line 210 def public_subject @public_subject end |
#sender ⇒ ::String
Returns the value of attribute sender.
207 208 209 |
# File 'sig/types.rbs', line 207 def sender @sender end |
#start_time ⇒ ::Time
Returns the value of attribute start_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.
214 215 216 |
# File 'sig/types.rbs', line 214 def stop_time @stop_time end |
#subject ⇒ ::String
Returns the value of attribute subject.
208 209 210 |
# File 'sig/types.rbs', line 208 def subject @subject end |