Class: Aws::Types::RcsCreateCalendarEventAction
- Inherits:
-
Object
- Object
- Aws::Types::RcsCreateCalendarEventAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#postback_data ⇒ ::String
Returns the value of attribute postback_data.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def description @description end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def end_time @end_time end |
#postback_data ⇒ ::String
Returns the value of attribute postback_data.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def postback_data @postback_data end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def start_time @start_time end |
#text ⇒ ::String
Returns the value of attribute text.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def text @text end |
#title ⇒ ::String
Returns the value of attribute title.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def title @title end |