Class: Aws::Types::DescribePageResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribePageResult
- 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.
-
#delivery_time ⇒ ::Time
Returns the value of attribute delivery_time.
-
#engagement_arn ⇒ ::String
Returns the value of attribute engagement_arn.
-
#incident_id ⇒ ::String
Returns the value of attribute incident_id.
-
#page_arn ⇒ ::String
Returns the value of attribute page_arn.
-
#public_content ⇒ ::String
Returns the value of attribute public_content.
-
#public_subject ⇒ ::String
Returns the value of attribute public_subject.
-
#read_time ⇒ ::Time
Returns the value of attribute read_time.
-
#sender ⇒ ::String
Returns the value of attribute sender.
-
#sent_time ⇒ ::Time
Returns the value of attribute sent_time.
-
#subject ⇒ ::String
Returns the value of attribute subject.
Instance Attribute Details
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
226 227 228 |
# File 'sig/types.rbs', line 226 def contact_arn @contact_arn end |
#content ⇒ ::String
Returns the value of attribute content.
229 230 231 |
# File 'sig/types.rbs', line 229 def content @content end |
#delivery_time ⇒ ::Time
Returns the value of attribute delivery_time.
235 236 237 |
# File 'sig/types.rbs', line 235 def delivery_time @delivery_time end |
#engagement_arn ⇒ ::String
Returns the value of attribute engagement_arn.
225 226 227 |
# File 'sig/types.rbs', line 225 def engagement_arn @engagement_arn end |
#incident_id ⇒ ::String
Returns the value of attribute incident_id.
232 233 234 |
# File 'sig/types.rbs', line 232 def incident_id @incident_id end |
#page_arn ⇒ ::String
Returns the value of attribute page_arn.
224 225 226 |
# File 'sig/types.rbs', line 224 def page_arn @page_arn end |
#public_content ⇒ ::String
Returns the value of attribute public_content.
231 232 233 |
# File 'sig/types.rbs', line 231 def public_content @public_content end |
#public_subject ⇒ ::String
Returns the value of attribute public_subject.
230 231 232 |
# File 'sig/types.rbs', line 230 def public_subject @public_subject end |
#read_time ⇒ ::Time
Returns the value of attribute read_time.
234 235 236 |
# File 'sig/types.rbs', line 234 def read_time @read_time end |
#sender ⇒ ::String
Returns the value of attribute sender.
227 228 229 |
# File 'sig/types.rbs', line 227 def sender @sender end |
#sent_time ⇒ ::Time
Returns the value of attribute sent_time.
233 234 235 |
# File 'sig/types.rbs', line 233 def sent_time @sent_time end |
#subject ⇒ ::String
Returns the value of attribute subject.
228 229 230 |
# File 'sig/types.rbs', line 228 def subject @subject end |