Class: Aws::Types::Page
- Inherits:
-
Object
- Object
- Aws::Types::Page
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
-
#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.
-
#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.
Instance Attribute Details
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
505 506 507 |
# File 'sig/types.rbs', line 505 def contact_arn @contact_arn end |
#delivery_time ⇒ ::Time
Returns the value of attribute delivery_time.
509 510 511 |
# File 'sig/types.rbs', line 509 def delivery_time @delivery_time end |
#engagement_arn ⇒ ::String
Returns the value of attribute engagement_arn.
504 505 506 |
# File 'sig/types.rbs', line 504 def engagement_arn @engagement_arn end |
#incident_id ⇒ ::String
Returns the value of attribute incident_id.
507 508 509 |
# File 'sig/types.rbs', line 507 def incident_id @incident_id end |
#page_arn ⇒ ::String
Returns the value of attribute page_arn.
503 504 505 |
# File 'sig/types.rbs', line 503 def page_arn @page_arn end |
#read_time ⇒ ::Time
Returns the value of attribute read_time.
510 511 512 |
# File 'sig/types.rbs', line 510 def read_time @read_time end |
#sender ⇒ ::String
Returns the value of attribute sender.
506 507 508 |
# File 'sig/types.rbs', line 506 def sender @sender end |
#sent_time ⇒ ::Time
Returns the value of attribute sent_time.
508 509 510 |
# File 'sig/types.rbs', line 508 def sent_time @sent_time end |