Class: Aws::Types::CommunicationTypeOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dates_without_support::Array[Types::DateInterval]

Returns the value of attribute dates_without_support.

Returns:



121
122
123
# File 'sig/types.rbs', line 121

def dates_without_support
  @dates_without_support
end

#supported_hours::Array[Types::SupportedHour]

Returns the value of attribute supported_hours.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def supported_hours
  @supported_hours
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def type
  @type
end