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.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def description @description end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def end_time @end_time end |
#postback_data ⇒ ::String
Returns the value of attribute postback_data.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def postback_data @postback_data end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def start_time @start_time end |
#text ⇒ ::String
Returns the value of attribute text.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def text @text end |
#title ⇒ ::String
Returns the value of attribute title.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def title @title end |