Class: Aws::Types::RcsCreateCalendarEventAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1593
1594
1595
# File 'sig/types.rbs', line 1593

def description
  @description
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def start_time
  @start_time
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def text
  @text
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def title
  @title
end