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)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def description
  @description
end

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

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

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def start_time
  @start_time
end

#text ⇒ ::String

Returns the value of attribute text.

Returns:

  • (::String)


1619
1620
1621
# File 'sig/types.rbs', line 1619

def text
  @text
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def title
  @title
end